Hi there, I’m using the assistants API in a chat app with RAG. I’m doing api calls for the message using curl requests; the files are first attached to a vector store and then attached to the assistant. However, the assistant still confabulates and refers to files that are not there. This does not happen with assistants in the playground once i upload the files to the vector store there, though. Does RAG work differently in the playground somehow?