Skip to content

Instantly share code, notes, and snippets.

@revolunet
Last active January 20, 2025 14:24
Show Gist options
  • Save revolunet/4ad3cefdd03b14b8da69043f23e5fb19 to your computer and use it in GitHub Desktop.
Save revolunet/4ad3cefdd03b14b8da69043f23e5fb19 to your computer and use it in GitHub Desktop.
upload process

File upload workflow

graph TD

browser-->|POST file|API
API-->Parser[Parser : html,md,pdf...]-->|content,metadata|Chunker
Chunker(LangchainRecursiveCharacterTextSplitter)-->Search


Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment