ragflow/rag/app
ly0303521 101b8ff813
fix chunk method "Table" losing content when the Excel file has multi… (#4123)
…ple sheets

### What problem does this PR solve?
discussed in https://github.com/infiniflow/ragflow/pull/4102
- In excel_parser.py, `total` means the total number of rows in Excel,
but it return in the first iterate, that lead to the wrong `to_page`
- In table.py, it when Excel file has multiple sheets, it will be
divided into multiple parts, every part size is 3000, `data` may be
empty, because it has recorded in the last iterate.
### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
2024-12-19 17:30:26 +08:00
..
__init__.py Some document API refined. (#53) 2024-02-02 19:21:37 +08:00
audio.py remove unused import (#2679) 2024-09-30 16:59:39 +08:00
book.py Fix errors detected by Ruff (#3918) 2024-12-08 14:21:12 +08:00
email.py Fix errors detected by Ruff (#3918) 2024-12-08 14:21:12 +08:00
knowledge_graph.py Fix errors detected by Ruff (#3918) 2024-12-08 14:21:12 +08:00
laws.py Fix errors detected by Ruff (#3918) 2024-12-08 14:21:12 +08:00
manual.py Fix errors detected by Ruff (#3918) 2024-12-08 14:21:12 +08:00
naive.py Fix rerank_model bug in chat and markdown bug (#4061) 2024-12-17 16:03:37 +08:00
one.py Fix errors detected by Ruff (#3918) 2024-12-08 14:21:12 +08:00
paper.py Update progress info and start welcome info (#3768) 2024-11-30 18:48:06 +08:00
picture.py Fix RGBA error (#3707) 2024-11-28 13:09:02 +08:00
presentation.py Rename page_num_list, top_list, position_list (#3940) 2024-12-10 16:32:58 +08:00
qa.py Fix errors detected by Ruff (#3918) 2024-12-08 14:21:12 +08:00
resume.py Fix syn error. (#3953) 2024-12-10 10:54:54 +08:00
table.py fix chunk method "Table" losing content when the Excel file has multi… (#4123) 2024-12-19 17:30:26 +08:00