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:
buua436
2025-11-27 15:55:32 +08:00
committed by GitHub
parent 856201c0f2
commit b6314164c5
5 changed files with 310 additions and 5 deletions

View File

@ -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