chat-with-your-data-solution-accelerator
chat-with-your-data-solution-accelerator copied to clipboard
Updating QuestionAnswerTool to use Pull index & perform similarity search (remove get_vector_store())
Required by #321
Description
Update the QuestionAnswerTool (chat) to use Integrated Vectorization.
Tasks
- [x] Remove the dependency on get_vector_store
- [x] Update the 'search' call to get the search results
- [x] Unit tests