Supported Vector Databases
Azure ai search
Azure AI Search (formerly known as “Azure Cognitive Search”) provides secure information retrieval at scale over user-owned content in traditional and generative AI search applications.
Usage
Config
Let’s see the available parameters for the qdrant
config:
service_name (str): Azure Cognitive Search service name.
Parameter | Description | Default Value |
---|---|---|
service_name | Azure AI Search service name | None |
api_key | API key of the Azure AI Search service | None |
collection_name | The name of the collection/index to store the vectors, it will be created automatically if not exist | mem0 |
embedding_model_dims | Dimensions of the embedding model | 1536 |
use_compression | Use scalar quantization vector compression | False |