mirror of https://github.com/langgenius/dify.git
feat: summary index (#30878)
This commit is contained in:
commit
3f2a461b22
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue