mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-05-24 18:07:35 +08:00
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".