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"
]
}
]