mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 09:28:04 +08:00
Merge remote-tracking branch 'origin/feat/knowledgebase-summaryIndex' into feat/knowledgebase-summaryIndex
This commit is contained in:
@ -344,7 +344,7 @@ class SummaryIndexService:
|
||||
summary_record_id,
|
||||
segment.id,
|
||||
)
|
||||
|
||||
|
||||
# At this point, summary_record_in_session is guaranteed to be not None
|
||||
if summary_record_in_session is None:
|
||||
raise RuntimeError("summary_record_in_session should not be None at this point")
|
||||
|
||||
Reference in New Issue
Block a user