#its in the example of above link, vector
1 messages · Page 1 of 1 (latest)
You mean that in vector_store_ids, I will add a separate vector_store_id for that session, and then use both of those vector_store_ids, right?
@random oyster
If I do it this way, when asking questions, can it distinguish between the files uploaded by the user and the files that were part of the assistant’s initial configuration? Will the answer quality get confused when both vector stores are used together?
it will pick best, relevant sections from all files and then use them to generate a reply. not sure if there is anything for it confuse but the file tool allows other options too to limit search results
I have a question. I have a 100MB PDF file that was successfully uploaded with a file_id and pushed into the vectorstore, but it returned an error:
"status": "failed",
"last_error": {
"code": "invalid_file",
"message": "The file could not be parsed."
},
Why does this PDF have this error?
i dont know as that is a very file specific problem. 100mb could mean all the pages are images and there is no text to parse