Merge branch 'main' into graph-viewer-webui

This commit is contained in:
ArnoChen
2025-02-13 04:42:57 +08:00
9 changed files with 191 additions and 6 deletions

View File

@@ -46,6 +46,7 @@ STORAGES = {
"OracleVectorDBStorage": ".kg.oracle_impl",
"MilvusVectorDBStorge": ".kg.milvus_impl",
"MongoKVStorage": ".kg.mongo_impl",
"MongoDocStatusStorage": ".kg.mongo_impl",
"MongoGraphStorage": ".kg.mongo_impl",
"RedisKVStorage": ".kg.redis_impl",
"ChromaVectorDBStorage": ".kg.chroma_impl",