mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-14 21:05:53 +08:00
fix weird syntax error (#18454)
This commit is contained in:
parent
5d9c67e97e
commit
cb69cb2d64
@ -94,7 +94,7 @@ class DatasetRetrieverTool(DatasetRetrieverBaseTool):
|
|||||||
"title": item.metadata.get("title"),
|
"title": item.metadata.get("title"),
|
||||||
"content": item.page_content,
|
"content": item.page_content,
|
||||||
}
|
}
|
||||||
context_list.append(source)
|
context_list.append(source)
|
||||||
for hit_callback in self.hit_callbacks:
|
for hit_callback in self.hit_callbacks:
|
||||||
hit_callback.return_retriever_resource_info(context_list)
|
hit_callback.return_retriever_resource_info(context_list)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user