Files
ragflow/internal
Jack 0227b2684e fix(chunker): drop delimiter from chunk text on primary and children splits (#17868)
Go's `TokenChunker` kept the captured delimiter glued to the preceding
segment on **both** the primary (`chunkFromItem`) and secondary
(`children_delimiters`) split paths, while Python's reference
`token_chunker` drops it via `_split_text_by_pattern`
(`token_chunker.py:79-93`, used by both `_build_json_chunks` and
`_split_chunk_docs_by_children`). The divergence leaked the delimiter
into every emitted chunk's `text`.
2026-08-05 17:26:36 +08:00
..
2026-08-03 21:30:01 +08:00
2026-07-27 10:20:16 +08:00
2026-08-03 21:30:01 +08:00
2026-08-03 17:39:47 +08:00
2026-08-02 00:31:21 +08:00