漏传文件
This commit is contained in:
@@ -66,7 +66,6 @@ def get_Retriever(index,**kwargs):
|
||||
retriever = index.as_retriever(**kwargs)
|
||||
return retriever
|
||||
|
||||
|
||||
def get_synthesizer():
|
||||
return CustomTreeResponse(
|
||||
llm=Settings.llm,
|
||||
|
||||
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user