This module provides a vector database provider for the AI module, enabling vector searches using Azure AI Search services. It allows integration with your existing Azure AI Search indexes to leverage its full capabilities within the AI module.
The Azure AI Search VDB Provider works with the AI module, allowing you to do vector searches with AI Search.
Features
It provides a Vector Database provider for the AI module, allowing you to use it to connect to Azure AI Search services.
This allows you to use the AI Search features from the AI module.
Pre-Installation
- Ensure you have an index created already in Azure AI Search
- Add the following fields to the index:
(these fields are automatically populated by the search API)
Post-Installation
- Install this module
- Add the API Key in the Keys configuration page
- Create a new Search Server.
- Select the "Azure AI Search DB" option under the "Vector Database" field.
- Then add the index name, URL, API version and select the API key.