question to RAG with LLama Index example #109
Replies: 4 comments 7 replies
-
Hi @leviataniac, our example notebook has until now showcased using a reference ( As shown in this notebook, one can easily introduce this metadata into the chunks (by leveraging a Docling layout-aware chunker). |
Beta Was this translation helpful? Give feedback.
-
We have meanwhile published Docling as an official LlamaIndex integration, check it out here - it also shows how to easily get the page etc. |
Beta Was this translation helpful? Give feedback.
-
kindly asking, when, do you think would be the DoclingNodeParser v2 available in the official llama_index integration? |
Beta Was this translation helpful? Give feedback.
-
The official LlamaIndex docs have now been updated to contain the changes for Docling v2. @leviataniac @maurogatti does this answer your questions so far or are there still open points regarding LlamaIndex? |
Beta Was this translation helpful? Give feedback.
-
Hey guys, we try to implement based on the docling with RAG and llamaindex examples to milvus vector store and we see in milvus the chunked vectors from a n-page pdf document with hashes and so on. thats good. I see as well in thh dl_doc.file_info as well pagereferences and page hashes. Its somehow possible to store the chunked text/vectors with refrenece to a certtain page_hash /number, so we can identifiy on query on which page the text was originally located. how do you think about that useCase?
looking at thats code piece:
Beta Was this translation helpful? Give feedback.
All reactions