漏传文件
This commit is contained in:
@@ -66,7 +66,6 @@ def get_Retriever(index,**kwargs):
|
|||||||
retriever = index.as_retriever(**kwargs)
|
retriever = index.as_retriever(**kwargs)
|
||||||
return retriever
|
return retriever
|
||||||
|
|
||||||
|
|
||||||
def get_synthesizer():
|
def get_synthesizer():
|
||||||
return CustomTreeResponse(
|
return CustomTreeResponse(
|
||||||
llm=Settings.llm,
|
llm=Settings.llm,
|
||||||
|
|||||||
@@ -89,7 +89,7 @@ def generate_datasource():
|
|||||||
class PropertyGraphChache:
|
class PropertyGraphChache:
|
||||||
def generate(self):
|
def generate(self):
|
||||||
GRAPH_STORE_TYPE = os.getenv("GRAPH_STORE_TYPE", "")
|
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()
|
prjInfos = getProjectInfos()
|
||||||
for prjInfo in prjInfos:
|
for prjInfo in prjInfos:
|
||||||
prjFlag = prjInfo['flag']
|
prjFlag = prjInfo['flag']
|
||||||
|
|||||||
Reference in New Issue
Block a user