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