diff --git a/tamingllms/_build/.doctrees/environment.pickle b/tamingllms/_build/.doctrees/environment.pickle index ebb908a..9f32a87 100644 Binary files a/tamingllms/_build/.doctrees/environment.pickle and b/tamingllms/_build/.doctrees/environment.pickle differ diff --git a/tamingllms/_build/.doctrees/notebooks/input.doctree b/tamingllms/_build/.doctrees/notebooks/input.doctree index 3069486..8bdabeb 100644 Binary files a/tamingllms/_build/.doctrees/notebooks/input.doctree and b/tamingllms/_build/.doctrees/notebooks/input.doctree differ diff --git a/tamingllms/_build/html/_sources/notebooks/input.ipynb b/tamingllms/_build/html/_sources/notebooks/input.ipynb index b5ad6c5..66e5c30 100644 --- a/tamingllms/_build/html/_sources/notebooks/input.ipynb +++ b/tamingllms/_build/html/_sources/notebooks/input.ipynb @@ -171,7 +171,7 @@ "from docling.document_converter import DocumentConverter\n", "\n", "converter = DocumentConverter()\n", - "forecast_result_docling = converter.convert(source).document.export_to_markdown()" + "forecast_result_docling = converter.convert(FORECAST_FILE_PATH).document.export_to_markdown()" ] }, { diff --git a/tamingllms/_build/html/notebooks/input.html b/tamingllms/_build/html/notebooks/input.html index ce139f8..776c377 100644 --- a/tamingllms/_build/html/notebooks/input.html +++ b/tamingllms/_build/html/notebooks/input.html @@ -408,7 +408,7 @@
from docling.document_converter import DocumentConverter
converter = DocumentConverter()
-forecast_result_docling = converter.convert(source).document.export_to_markdown()
+forecast_result_docling = converter.convert(FORECAST_FILE_PATH).document.export_to_markdown()