I create one assistant and multiple threads with 1 vector store per thread.
I have noticed that the assistant mixes file context from a different thread in the current one.
Would deleting the thread solve this issue (the vector store wouldn’t get deleted, but it would mean unlinking the assistant from the vector store)?