mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
Merge remote-tracking branch 'origin/feat/knowledgebase-summaryIndex' into feat/knowledgebase-summaryIndex
This commit is contained in:
@ -260,7 +260,7 @@ class SummaryIndexService:
|
|||||||
try:
|
try:
|
||||||
# Declare summary_record_in_session variable
|
# Declare summary_record_in_session variable
|
||||||
summary_record_in_session: DocumentSegmentSummary | None
|
summary_record_in_session: DocumentSegmentSummary | None
|
||||||
|
|
||||||
# If using provided session, merge the summary_record into it
|
# If using provided session, merge the summary_record into it
|
||||||
if use_provided_session:
|
if use_provided_session:
|
||||||
# Merge the summary_record into the provided session
|
# Merge the summary_record into the provided session
|
||||||
|
|||||||
Reference in New Issue
Block a user