mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 01:18:05 +08:00
add expire_on_commit
This commit is contained in:
@ -395,7 +395,7 @@ class RetrievalService:
|
||||
session,
|
||||
)
|
||||
if attachment_info_dict:
|
||||
attachment_info = attachment_info_dict["attchment_info"]
|
||||
attachment_info = attachment_info_dict["attachment_info"]
|
||||
segment_id = attachment_info_dict["segment_id"]
|
||||
else:
|
||||
child_index_node_id = document.metadata.get("doc_id")
|
||||
|
||||
Reference in New Issue
Block a user