mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-14 04:25:59 +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",
|
"data_source_type": "external",
|
||||||
"retriever_from": "workflow",
|
"retriever_from": "workflow",
|
||||||
"score": item.metadata.get("score"),
|
"score": item.metadata.get("score"),
|
||||||
|
"doc_metadata": item.metadata,
|
||||||
},
|
},
|
||||||
"title": item.metadata.get("title"),
|
"title": item.metadata.get("title"),
|
||||||
"content": item.page_content,
|
"content": item.page_content,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user