Sample chunking notebook that includes merging, etc. (#193)

Signed-off-by: Bill Murdock <bmurdock@redhat.com>
Signed-off-by: Peter Staar <taa@zurich.ibm.com>
Co-authored-by: Peter Staar <taa@zurich.ibm.com>
This commit is contained in:
Bill Murdock 2024-11-19 17:12:04 -05:00 committed by GitHub
parent 626311bf73
commit 5a8186b8fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1035 additions and 0 deletions

File diff suppressed because one or more lines are too long

View File

@ -85,6 +85,7 @@
"\n",
"from docling.document_converter import DocumentConverter\n",
"\n",
"\n",
"class DoclingPDFLoader(BaseLoader):\n",
"\n",
" def __init__(self, file_path: str | list[str]) -> None:\n",