mirror of
https://github.com/DS4SD/docling.git
synced 2025-12-08 20:58:11 +00:00
docs: fix links between docs pages (#697)
Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
This commit is contained in:
@@ -54,12 +54,12 @@ tokens), &
|
||||
chunks with same headings & captions) — users can opt out of this step via param
|
||||
`merge_peers` (by default `True`)
|
||||
|
||||
👉 Example: see [here](../../examples/hybrid_chunking).
|
||||
👉 Example: see [here](../examples/hybrid_chunking.ipynb).
|
||||
|
||||
## Hierarchical Chunker
|
||||
|
||||
The `HierarchicalChunker` implementation uses the document structure information from
|
||||
the [`DoclingDocument`](../docling_document) to create one chunk for each individual
|
||||
the [`DoclingDocument`](./docling_document.md) to create one chunk for each individual
|
||||
detected document element, by default only merging together list items (can be opted out
|
||||
via param `merge_list_items`). It also takes care of attaching all relevant document
|
||||
metadata, including headers and captions.
|
||||
|
||||
Reference in New Issue
Block a user