Azure-Samples / chat-with-your-data-solution-accelerator

A Solution Accelerator for the RAG pattern running in Azure, using Azure AI Search for retrieval and Azure OpenAI large language models to power ChatGPT-style and Q&A experiences. This includes most common requirements and best practices.
https://azure.microsoft.com/products/search
MIT License
656 stars 327 forks source link

feat: Include vectorized text in search queries #953

Closed cecheta closed 1 month ago

cecheta commented 1 month ago

Required by #750

Purpose

Does this introduce a breaking change?

How to Test

github-actions[bot] commented 1 month ago

Coverage

Coverage Report •
FileStmtsMissCoverMissing
code/backend/batch/utilities/helpers
   azure_computer_vision_client.py530100% 
   azure_search_helper.py570100% 
code/backend/batch/utilities/helpers/embedders
   push_embedder.py730100% 
code/backend/batch/utilities/search
   azure_search_handler.py62296%24, 30
   integrated_vectorization_search_handler.py68395%35, 135, 144
   search.py14192%16
   search_handler_base.py512354%16–18, 21–23, 27, 31, 35, 39, 43, 47, 51, 54–55, 57–59, 61–62, 65–66, 68
TOTAL246067272% 

Tests Skipped Failures Errors Time
211 0 :zzz: 0 :x: 0 :fire: 11.437s :stopwatch:
cecheta commented 1 month ago

lgtm

I jumped the gun 😬