修改GraphRAG缺陷

This commit is contained in:
wanyaokun
2024-09-19 11:38:35 +08:00
parent 03586a9b0d
commit 092f7230c1
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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)