Replies: 1 comment 3 replies
-
Hi, Let me raise this up again and be more accurate. When we upload a file within the prompt field, the file is chunked and vectorized into the vector database. But does that file remain somewhere in the application stored as a real file in the filesystem ? If so, is there a "clean" way to access it and make some processing on it through an assistant ? I would like to send that real file into a POST API query. Thanks |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am planning to build an assistant that will use an API service. This API service expects that we send it, through a POST query, a file attachment. I am wondering how we can make it work, given that every file loaded into the chatbot is immediately embedded and stored into the vector database.
Concretely, I would need to de-activate temporarily the RAG and make sure my assistant can read the file to POST it to the API.
Is that feasible today, or would it require an adaptation and extra-features ?
Beta Was this translation helpful? Give feedback.
All reactions