feat: summary index (#30878)

This commit is contained in:
FFXN 2026-01-13 10:45:12 +08:00 committed by GitHub
commit 3f2a461b22
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -610,7 +610,7 @@ class RetrievalService:
record = {
"segment": segment,
"score": document.metadata.get("score"), # type: ignore
}
map_detail = {
"max_score": max_score,
"child_chunks": child_chunk_details,