Added Support for Azure AI Search as a Vector Store
Summary
This update introduces a Python module (azuresearch_vector.py) for interacting with Azure’s search services.
Key features include
Utilization of fastembed for embedding.
Leveraging Azure AI Search to manage metadata by setting a single vector database with a metadata type that can be ddl, documentation, or sql. This approach maintains interaction consistency and easily adapts to the existing logic.
Added Support for Azure AI Search as a Vector Store
Summary
This update introduces a Python module (
azuresearch_vector.py
) for interacting with Azure’s search services.Key features include
fastembed
for embedding.ddl
,documentation
, orsql
. This approach maintains interaction consistency and easily adapts to the existing logic.Example with Documentation
Pre-PR Actions