I’ve created a vector store containing textbooks for an assistant, When I call the assistant, I give it two things:
- The topic to get the content for
- A description of in what format it should output the retrieved content (fox example stuff like add bold for key points).
My question is will ChatGPT use the entire prompt for your similarity search, or only the topic?
Like how does it perform the similarity search?