I am working with file_search, but I think the file I’m using is too large and contains similar data, which sometimes results in it not finding the requested information. Additionally, there are instances where it mixes up data (especially URLs, combining different types).
I’m asking because I want to be able to separate my data and load into the thread only the necessary data at that specific moment.
After reading the documentation, I noticed that you can attach a vector_storage to a THREAD using the tool_resources parameter. I tested it, and it worked, but I sometimes see responses with information from a different vector_storage (one that I had previously used with the same assistant).
Now, my question is: When attaching a vector_storage to a THREAD, does it completely replace the vector_storage already attached to the assistant? Do they coexist together? How does this attachment process work?