ragflow/rag
HaiyangP 79399f7f25
Support the case of one cell split by multiple columns. (#9225)
### What problem does this PR solve?
Support the case of one cell split by multiple columns. Besides, the
codes are compatible with the common cell case.
#8606 can be fixed.
### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)

I provide a case of one cell split by multiple columns:

[test.xlsx](https://github.com/user-attachments/files/21578693/test.xlsx)

The chunk res:
<img width="236" height="57" alt="2025-06-17 16-04-07 的屏幕截图"
src="https://github.com/user-attachments/assets/b0a499ac-349d-4c3d-8c6e-0931c8fc26de"
/>
2025-08-11 17:17:56 +08:00
..
app Support the case of one cell split by multiple columns. (#9225) 2025-08-11 17:17:56 +08:00
llm Update chat_model.py (#9318) 2025-08-08 14:13:07 +08:00
nlp Refactor:naive_merge_with_images close useless images (#9296) 2025-08-07 11:07:29 +08:00
prompts Agent plans tasks by referring to its own prompt. (#9315) 2025-08-11 17:05:06 +08:00
res Refa: add result to callback for agent tool use. (#9137) 2025-08-01 21:49:39 +08:00
svr Fix broken data stream when writing image file (#9354) 2025-08-11 17:07:49 +08:00
utils Fix: bytes style image issue. (#9304) 2025-08-07 15:20:01 +08:00
__init__.py Update comments (#4569) 2025-01-21 20:52:28 +08:00
benchmark.py Refactor embedding batch_size (#3825) 2024-12-03 16:22:39 +08:00
raptor.py Refa: remove temperature since some LLMs fail to support. (#8981) 2025-07-23 10:17:04 +08:00
settings.py Feat: make document parsing and embedding batch sizes configurable via environment variables (#8266) 2025-06-16 13:40:47 +08:00