SIGN IN SIGN UP
infiniflow / ragflow UNCLAIMED

RAGFlow is a leading open-source Retrieval-Augmented Generation (RAG) engine that fuses cutting-edge RAG with Agent capabilities to create a superior context layer for LLMs

0 0 0 Python

fix: correct typo in IterationItem name check and incomplete error message (#13890)

Two small fixes:

1. **iterationitem.py line 72**: Typo "interationitem" → "iterationitem"
(missing 't'). The component name check never matched IterationItem
components.

2. **raptor.py line 94**: Error message "Embedding error: " had a
trailing colon with no details. Changed to "Embedding error: empty
embeddings returned".
R
Ricardo-M-L committed
09a09a5b2061519896b0e855a3446dcfa5664f23
Parent: af40be6
Committed by GitHub <noreply@github.com> on 4/2/2026, 2:35:28 AM