LibreChat custom Agent access to uploaded files #5991
Unanswered
shahid-nca
asked this question in
Q&A
Replies: 1 comment 1 reply
-
When using the RAG API, there is no way to do this. However, I recommend trying uploading files to the Code Interpreter API, which uses files directly, they can also be downloaded: https://code.librechat.ai/docs |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to create an agent to enable question answering over CV files; I want to follow the recommended approach mentioned here: https://python.langchain.com/docs/how_to/sql_csv/ and deploy this as a custom endpoint.
One thing that is unclear to me is how I can access the raw files that the user uploaded- in this case, CSV files. The RAG API has endpoints to get the whole file embedding context or the top K query results, but is there any mechanism to get the raw uploaded file (not the embeddings) that I can manipulate further within my agent code/application?
Beta Was this translation helpful? Give feedback.
All reactions