mirror of
https://github.com/VectifyAI/PageIndex.git
synced 2026-04-24 23:56:21 +02:00
The loop variable `list_index = page_index - start_index` was overwriting the outer `list_index = incorrect_item['list_index']`, causing results to be written back to wrong index positions. Rename the loop variable to `page_list_idx` to avoid shadowing. Closes #66 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| config.yaml | ||
| page_index.py | ||
| page_index_md.py | ||
| utils.py | ||