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

@@ -130,7 +130,7 @@ if mongo_uri:
os.environ["MONGO_URI"] = mongo_uri
os.environ["MONGO_DATABASE"] = mongo_database
rag_storage_config.KV_STORAGE = "MongoKVStorage"
rag_storage_config.DOC_STATUS_STORAGE = "MongoKVStorage"
rag_storage_config.DOC_STATUS_STORAGE = "MongoDocStatusStorage"
if mongo_graph:
rag_storage_config.GRAPH_STORAGE = "MongoGraphStorage"