This commit is contained in:
ranfysvalle02
2025-01-29 07:31:34 -05:00
parent f5a87ba5cb
commit 4c349c208d
3 changed files with 435 additions and 1 deletions

View File

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