Files
ragflow/internal
Jack 875ca966e9 refactor(parser): preserve HTML <table> structure (inline + structured item) (#18129)
Stop flattening `<table>` into a single text blob. A `<table>` now emits:
1. an inlined `doc_type_kwd:"text"` item keeping the `<table>…</table>`
markup (row/column structure survives for embedding/retrieval/LLM rendering),
2. a structured `doc_type_kwd:"table"` / `ck_type:"table"` item appended
after the walk, consumed by the downstream chunker.
2026-08-11 22:15:15 +08:00
..
2026-08-11 11:54:57 +08:00
2026-08-11 20:12:29 +08:00
2026-08-11 16:18:49 +08:00
2026-08-10 20:49:32 +08:00
2026-07-27 10:20:16 +08:00
2026-08-11 19:19:29 +08:00
2026-08-05 22:05:07 +08:00