Open SuiJiGuoChengSuiJiGuo opened 1 week ago
encountered the same problem.
rag = LightRAG( working_dir=WORKING_DIR, graph_storage="Neo4JStorage", log_level="INFO", ... )
self.chunk_entity_relation_graph = self.graph_storage_cls( namespace="chunk_entity_relation", global_config=asdict(self),
)
就可以跑起来了
I encountered this problem when using Neo4j as storage.
I found that "kg" might be replaced with
graph_storage
, but I still encountered the following question. TypeError: Neo4JStorage.init() got an unexpected keyword argument 'embedding_func'So I tried switching to the version from a few days ago and found that it could be run successfully.