修改GraphRAG缺陷
This commit is contained in:
@@ -97,7 +97,7 @@ class PropertyGraphChache:
|
||||
chche_Path = GRAPH_STORAGE_DIR + f'/{prjFlag}'
|
||||
|
||||
if GRAPH_STORE_TYPE == 'neo4j':
|
||||
self.neo4jProertyGraph()
|
||||
self.neo4jProertyGraph(prjName,prjFlag,chche_Path)
|
||||
else:
|
||||
self.simplePropertyGraph(prjName,prjFlag,chche_Path)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user