This commit is contained in:
ArnoChen
2025-02-13 17:32:05 +08:00
parent adb234d5cf
commit e4562c761c
5 changed files with 6 additions and 6 deletions

View File

@@ -44,7 +44,7 @@ rag = LightRAG(
),
kv_storage="MongoKVStorage",
graph_storage="Neo4JStorage",
vector_storage="MilvusVectorDBStorge",
vector_storage="MilvusVectorDBStorage",
)
file = "./book.txt"

View File

@@ -58,7 +58,7 @@ rag = LightRAG(
chunk_overlap_token_size=256,
kv_storage="RedisKVStorage",
graph_storage="Neo4JStorage",
vector_storage="MilvusVectorDBStorge",
vector_storage="MilvusVectorDBStorage",
doc_status_storage="RedisKVStorage",
)