add qdrant backend

This commit is contained in:
ArnoChen
2025-02-10 00:57:28 +08:00
parent 832a9bb6fb
commit c858e4a4e6
3 changed files with 137 additions and 0 deletions

View File

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