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
Contrary to the docs, HybridChunker is not available with the docling dependency.
If you are using the docling package, you can import as follows:
from docling.chunking import HybridChunker
Steps to reproduce
Add docling as dependency.
from docling.chunking import HybridChunker
.venv/lib/python3.12/site-packages/docling/chunking/__init__.py:12: in <module>
from docling_core.transforms.chunker.hybrid_chunker import HybridChunker
.venv/lib/python3.12/site-packages/docling_core/transforms/chunker/hybrid_chunker.py:18: in <module>
raise RuntimeError(
E RuntimeError: Module requires 'chunking' extra; to install, run: `pip install 'docling-core[chunking]'`
Bug
Contrary to the docs,
HybridChunker
is not available with thedocling
dependency.Steps to reproduce
Add
docling
as dependency.Docling version
Python version
This section is unnecessary: see previous listing.
The text was updated successfully, but these errors were encountered: