Replies: 1 comment 5 replies
-
The easiest way to map to the section is to just use the BTW: the |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thanks for a great framework!
I just started exploring Docling and tested the following snippet, which returns a list of
DocChunks
, correctly divided into sections with accurate numbering:My next goal is to enrich each chunk by e.g. extracting metadata, transforming tables, and adding embeddings etc., before constructing a custom object which is later indexed. I want to do this without LlamaIndex or Langchain.
The DocChunks object just contains title and metadata with references. Are there any methods that help me map the titles to the corresponding content within each section, or would I have to implement the mapping myself?
Beta Was this translation helpful? Give feedback.
All reactions