mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
Feat:new component Loop (#11447)
### What problem does this PR solve? issue: #10427 change: new component Loop ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -402,7 +402,6 @@ class RAGFlowPdfParser:
|
||||
continue
|
||||
else:
|
||||
score = 0
|
||||
print(f"{k=},{score=}",flush=True)
|
||||
if score > best_score:
|
||||
best_score = score
|
||||
best_k = k
|
||||
|
||||
Reference in New Issue
Block a user