mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-09 02:46:52 +08:00
fix rerank issue when doing economy search (#1978)
Co-authored-by: jyong <jyong@dify.ai>
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user