mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-14 05:45:55 +08:00
Co-authored-by: satou.kazuhiro <satou.kazuhiro@fanuc.co.jp>
This commit is contained in:
parent
85a44b7349
commit
1b4fea1794
@ -264,6 +264,7 @@ class KnowledgeRetrievalNode(LLMNode):
|
||||
"data_source_type": "external",
|
||||
"retriever_from": "workflow",
|
||||
"score": item.metadata.get("score"),
|
||||
"doc_metadata": item.metadata,
|
||||
},
|
||||
"title": item.metadata.get("title"),
|
||||
"content": item.page_content,
|
||||
|
Loading…
x
Reference in New Issue
Block a user