From 9a302cef3060678766082ccad2577e2ecdcd54bd Mon Sep 17 00:00:00 2001 From: Parshva Daftari <89991302+parshvadaftari@users.noreply.github.com> Date: Fri, 7 Mar 2025 23:54:07 +0530 Subject: [PATCH] [ Fix ] for the vertex_ai_vector_search documentation (#2323) --- docs/components/vectordbs/overview.mdx | 1 + docs/docs.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/components/vectordbs/overview.mdx b/docs/components/vectordbs/overview.mdx index 37e35c5d..993a4e48 100644 --- a/docs/components/vectordbs/overview.mdx +++ b/docs/components/vectordbs/overview.mdx @@ -24,6 +24,7 @@ See the list of supported vector databases below. + ## Usage diff --git a/docs/docs.json b/docs/docs.json index 849e50d8..467fd05f 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -129,7 +129,8 @@ "components/vectordbs/dbs/redis", "components/vectordbs/dbs/elasticsearch", "components/vectordbs/dbs/opensearch", - "components/vectordbs/dbs/supabase" + "components/vectordbs/dbs/supabase", + "components/vectordbs/dbs/vertex_ai_vector_search" ] } ]