From 92541d8955ed0503c0941a5e4220934ab1711742 Mon Sep 17 00:00:00 2001 From: Dev-Khant Date: Tue, 18 Mar 2025 14:17:56 +0530 Subject: [PATCH] Doc: azure ai vector search --- docs/components/vectordbs/dbs/azure_ai_search.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/components/vectordbs/dbs/azure_ai_search.mdx b/docs/components/vectordbs/dbs/azure_ai_search.mdx index 7a680549..a175e68e 100644 --- a/docs/components/vectordbs/dbs/azure_ai_search.mdx +++ b/docs/components/vectordbs/dbs/azure_ai_search.mdx @@ -17,8 +17,7 @@ config = { "service_name": "ai-search-test", "api_key": "*****", "collection_name": "mem0", - "embedding_model_dims": 1536, - "compression_type": "none" + "embedding_model_dims": 1536 } } }