漏传文件

This commit is contained in:
wanyaokun
2024-09-14 09:51:11 +08:00
parent a8f99adaca
commit 2b17e44120
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -66,7 +66,6 @@ def get_Retriever(index,**kwargs):
retriever = index.as_retriever(**kwargs)
return retriever
def get_synthesizer():
return CustomTreeResponse(
llm=Settings.llm,
+1 -1
View File
@@ -89,7 +89,7 @@ def generate_datasource():
class PropertyGraphChache:
def generate(self):
GRAPH_STORE_TYPE = os.getenv("GRAPH_STORE_TYPE", "")
GRAPH_STORAGE_DIR = os.getenv("GRAPH_STORAGE_DIR", "storage_graph")
GRAPH_STORAGE_DIR = os.getenv("GRAPH_STORAGE_PATH", "storage_graph")
prjInfos = getProjectInfos()
for prjInfo in prjInfos:
prjFlag = prjInfo['flag']