mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-12 02:19:05 +08:00
fix rerank issue when doing economy search (#1978)
Co-authored-by: jyong <jyong@dify.ai>
This commit is contained in:
parent
33901384c6
commit
9dee9e7ade
@ -136,6 +136,7 @@ class KeywordTableIndex(BaseIndex):
|
||||
page_content=segment.content,
|
||||
metadata={
|
||||
"doc_id": chunk_index,
|
||||
"doc_hash": segment.index_node_hash,
|
||||
"document_id": segment.document_id,
|
||||
"dataset_id": segment.dataset_id,
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user