ragflow/rag/app
Billy Bao cf9611c96f
Feat: Support more chunking methods (#11000)
### What problem does this PR solve?

Feat: Support more chunking methods #10772 

This PR enables multiple chunking methods — including books, laws,
naive, one, and presentation — to be used with all existing PDF parsers
(DeepDOC, MinerU, Docling, TCADP, Plain Text, and Vision modes).

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
2025-11-05 13:00:42 +08:00
..
__init__.py Update comments (#4569) 2025-01-21 20:52:28 +08:00
audio.py Move some constants to common (#11004) 2025-11-05 08:01:39 +08:00
book.py Feat: Support more chunking methods (#11000) 2025-11-05 13:00:42 +08:00
email.py Fix: decode error in email parser app (#10920) 2025-11-03 12:31:06 +08:00
laws.py Feat: Support more chunking methods (#11000) 2025-11-05 13:00:42 +08:00
manual.py Feat: Support more chunking methods (#11000) 2025-11-05 13:00:42 +08:00
naive.py Feat: Support more chunking methods (#11000) 2025-11-05 13:00:42 +08:00
one.py Feat: Support more chunking methods (#11000) 2025-11-05 13:00:42 +08:00
paper.py Move some constants to common (#11004) 2025-11-05 08:01:39 +08:00
picture.py Move some constants to common (#11004) 2025-11-05 08:01:39 +08:00
presentation.py Feat: Support more chunking methods (#11000) 2025-11-05 13:00:42 +08:00
qa.py Refactor: rename rmSpace to remove_redundant_spaces (#10796) 2025-10-28 09:46:32 +08:00
resume.py Refactor: rename rmSpace to remove_redundant_spaces (#10796) 2025-10-28 09:46:32 +08:00
table.py Fix: parsing excel with chartsheet & Clamp begin to a minimum of 0 to prevent negative indexing (#10819) 2025-10-28 09:40:37 +08:00
tag.py Fix typos: retrievaler -> retriever (#10372) 2025-10-10 09:17:36 +08:00