You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 23, 2026. It is now read-only.
Is your feature request related to a problem? Please describe.
Current ingestion pipeline (ilab rag ingest ...) calculate document chunks to be embedded and indexed in the target document store: the stored documents do not include any metadata.
Describe the solution you'd like
Replicate the behavior of the docling-haystack package to include the metadata defining the chunk hierarchy and the basic information calculated by the Docling HybridChunker: converter.py
Is your feature request related to a problem? Please describe.
Current ingestion pipeline (
ilab rag ingest ...) calculate document chunks to be embedded and indexed in the target document store: the stored documents do not include any metadata.Describe the solution you'd like
Replicate the behavior of the
docling-haystackpackage to include the metadata defining the chunk hierarchy and the basic information calculated by the DoclingHybridChunker:converter.py