소스 검색

fix weird syntax error (#18454)

tags/1.3.0
Will 6 달 전
부모
커밋
cb69cb2d64
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      api/core/tools/utils/dataset_retriever/dataset_retriever_tool.py

+ 1
- 1
api/core/tools/utils/dataset_retriever/dataset_retriever_tool.py 파일 보기

@@ -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)


Loading…
취소
저장