Fahad Abdullah
Fahad Abdullah
I have this below error every time **(except for running it for the first time)** Even If the image is same and height input is same --------------------------------------------------------------------------- ValueError Traceback (most...
Added this method, because it gives this NotImplementedError instead /usr/local/lib/python3.11/dist-packages/docling_core/transforms/chunker/hybrid_chunker.py in _patch(cls, data) 71 @classmethod 72 def _patch(cls, data: Any) -> Any: ---> 73 if isinstance(data, dict) and (tokenizer :=...
While executing the code with OpenAI Tokenizer Wrapper I encountered the following issue: Traceback (most recent call last): File "E:\AI Governance Sandbox\RAG - Docling\ai-cookbook\knowledge\docling\2-chunking.py", line 34, in chunker = HybridChunker(...