Ver código fonte

fix weird syntax error (#18454)

tags/1.3.0
Will 6 meses atrás
pai
commit
cb69cb2d64
Nenhuma conta vinculada ao e-mail do autor do commit

+ 1
- 1
api/core/tools/utils/dataset_retriever/dataset_retriever_tool.py Ver arquivo

@@ -94,7 +94,7 @@ class DatasetRetrieverTool(DatasetRetrieverBaseTool):
"title": item.metadata.get("title"),
"content": item.page_content,
}
context_list.append(source)
context_list.append(source)
for hit_callback in self.hit_callbacks:
hit_callback.return_retriever_resource_info(context_list)


Carregando…
Cancelar
Salvar