From 70c16530627907b2b71594b45201c1edcbf410f8 Mon Sep 17 00:00:00 2001
From: Michael Tremeer <michael_tremeer@hotmail.com>
Date: Tue, 26 Mar 2024 13:38:55 +1100
Subject: [PATCH] Update Azure AI Search name and metadata filtering tick
 (#12223)

* Update Azure AI Search name and metadata filtering tick

* cr

---------

Co-authored-by: Haotian Zhang <socool.king@gmail.com>
---
 docs/docs/module_guides/storing/vector_stores.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/docs/module_guides/storing/vector_stores.md b/docs/docs/module_guides/storing/vector_stores.md
index 8598f3dc83..d852c9014e 100644
--- a/docs/docs/module_guides/storing/vector_stores.md
+++ b/docs/docs/module_guides/storing/vector_stores.md
@@ -17,7 +17,7 @@ We are actively adding more integrations and improving feature coverage for each
 | ------------------------ | ----------------------- | ------------------ | ------------- | ------ | --------------- | ----- |
 | Apache Cassandra®       | self-hosted / cloud     | ✓                  |               | ✓      | ✓               |       |
 | Astra DB                 | cloud                   | ✓                  |               | ✓      | ✓               |       |
-| Azure Cognitive Search   | cloud                   |                    | ✓             | ✓      | ✓               |       |
+| Azure AI Search          | cloud                   | ✓                  | ✓             | ✓      | ✓               |       |
 | Azure CosmosDB MongoDB   | cloud                   |                    |               | ✓      | ✓               |       |
 | BaiduVectorDB            | cloud                   | ✓                  | ✓             |        | ✓               |       |
 | ChatGPT Retrieval Plugin | aggregator              |                    |               | ✓      | ✓               |       |
-- 
GitLab