From 4896d5c66fc69a354186fba00713358b5fe88059 Mon Sep 17 00:00:00 2001 From: Dev-Khant Date: Tue, 29 Oct 2024 22:28:52 +0530 Subject: [PATCH] fix vectordb doc --- docs/components/vectordbs/overview.mdx | 1 + docs/mint.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/components/vectordbs/overview.mdx b/docs/components/vectordbs/overview.mdx index 36c1e9c3..822637f6 100644 --- a/docs/components/vectordbs/overview.mdx +++ b/docs/components/vectordbs/overview.mdx @@ -12,6 +12,7 @@ See the list of supported vector databases below. + diff --git a/docs/mint.json b/docs/mint.json index 4a15ce86..82a49c0c 100644 --- a/docs/mint.json +++ b/docs/mint.json @@ -107,9 +107,9 @@ { "group": "Supported Vector Databases", "pages": [ + "components/vectordbs/dbs/qdrant", "components/vectordbs/dbs/chroma", "components/vectordbs/dbs/pgvector", - "components/vectordbs/dbs/qdrant", "components/vectordbs/dbs/milvus", "components/vectordbs/dbs/azure_ai_search" ]