mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 12:32:30 +08:00
Fix ft_title_rag_fine (#11555)
### What problem does this PR solve? Fix ft_title_rag_fine ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@ -69,7 +69,7 @@ def convert_matching_field(field_weightstr: str) -> str:
|
||||
if field == "docnm_kwd" or field == "title_tks":
|
||||
field = "docnm@ft_docnm_rag_coarse"
|
||||
elif field == "title_sm_tks":
|
||||
field = "docnm@ft_title_rag_fine"
|
||||
field = "docnm@ft_docnm_rag_fine"
|
||||
elif field == "important_kwd":
|
||||
field = "important_keywords@ft_important_keywords_rag_coarse"
|
||||
elif field == "important_tks":
|
||||
|
||||
Reference in New Issue
Block a user