Refine rerank filtering log message for clarity
This commit is contained in:
parent
f4bca7bfb2
commit
e09929b42e
1 changed files with 1 additions and 1 deletions
|
|
@ -1891,7 +1891,7 @@ async def process_chunks_unified(
|
|||
|
||||
if filtered_count > 0:
|
||||
logger.info(
|
||||
f"Rerank filtering remained: {len(unique_chunks)} chunks (min rerank score: {min_rerank_score})"
|
||||
f"Rerank filtering: {len(unique_chunks)} chunks remained (min rerank score: {min_rerank_score})"
|
||||
)
|
||||
if not unique_chunks:
|
||||
return []
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue