Goal: Call an assistant with preloaded vector store and return that response to my flow.
Problem: When I call the assistant with already assigned vector store - it creates a new vector store and explains that nothing is in it so it cannot complete my search.
Steps:
- Tested it in OpenAi playground and it’s working fine there.
- Looked at the saved threads - between playground and make scenarios. When calling from playground it calls the right vector store and provides results required. When calling from make it creates a new vector store and does not provide required results.
Could there me an issue with the assistant module where it’s automatically creating a new vector store when making a query to the assistant?