Add configs to VectorDB docs (#1699)

This commit is contained in:
Dev Khant
2024-08-14 00:27:04 +05:30
committed by GitHub
parent 2180b83a8b
commit 64218db7bd
7 changed files with 223 additions and 108 deletions

View File

@@ -66,8 +66,19 @@
"pages": ["components/llms"]
},
{
"group": "Vector Database",
"pages": ["components/vectordb"]
"group": "Vector Databases",
"pages": [
"components/vectordbs/overview",
"components/vectordbs/config",
{
"group": "Supported Vector Databases",
"pages": [
"components/vectordbs/dbs/chroma",
"components/vectordbs/dbs/pgvector",
"components/vectordbs/dbs/qdrant"
]
}
]
},
{
"group": "Embedding Models",