Merge pull request #738 from ArnoChenFx/qdrant-backend

add qdrant backend, enable MongoGraphStorage based on config
This commit is contained in:
zrguo
2025-02-10 13:55:15 +08:00
committed by GitHub
4 changed files with 156 additions and 1 deletions

View File

@@ -59,6 +59,7 @@ STORAGES = {
"GremlinStorage": ".kg.gremlin_impl",
"PGDocStatusStorage": ".kg.postgres_impl",
"FaissVectorDBStorage": ".kg.faiss_impl",
"QdrantVectorDBStorage": ".kg.qdrant_impl",
}