mirror of
https://github.com/VectifyAI/PageIndex.git
synced 2026-04-24 23:56:21 +02:00
The while loop exit condition used len(chat_history), but chat_history was rebuilt every iteration with exactly 2 elements, making the check len(chat_history) > 5 never true. Replace with explicit attempt counter and max_attempts limit. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| config.yaml | ||
| page_index.py | ||
| page_index_md.py | ||
| utils.py | ||