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
We're using a legacy docling version, custom parsing of the docling v1 json, and our own chunking. Docling has a hybrid chunker that was introduced since our initial Docling implementation that should remove the need for us to do our own parsing of the Docling json or our own chunking.
The RAG work in instructlab/instructlab already uses the HybridChunker, so this is scoped to just getting SDG on a current version of Docling and the same chunking strategy.
The text was updated successfully, but these errors were encountered:
This is related but not identical to #374 , as that one encompasses moving to a new version of Docling but this is about moving to HybridChunker specifically.
We're using a legacy docling version, custom parsing of the docling v1 json, and our own chunking. Docling has a hybrid chunker that was introduced since our initial Docling implementation that should remove the need for us to do our own parsing of the Docling json or our own chunking.
The RAG work in instructlab/instructlab already uses the HybridChunker, so this is scoped to just getting SDG on a current version of Docling and the same chunking strategy.
The text was updated successfully, but these errors were encountered: