From 8e45d549a1dc04441ed0af02b5348d9196e2d3a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20=C5=BDitn=C3=BD?= <88278380+Yggdrasill501@users.noreply.github.com> Date: Thu, 6 Feb 2025 18:22:26 +0100 Subject: [PATCH] Update Step-1 PDF-Pre-Processing-Logic.ipynb --- .../NotebookLlama/Step-1 PDF-Pre-Processing-Logic.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/end-to-end-use-cases/NotebookLlama/Step-1 PDF-Pre-Processing-Logic.ipynb b/end-to-end-use-cases/NotebookLlama/Step-1 PDF-Pre-Processing-Logic.ipynb index f4f6bfdd7..4120cdc33 100644 --- a/end-to-end-use-cases/NotebookLlama/Step-1 PDF-Pre-Processing-Logic.ipynb +++ b/end-to-end-use-cases/NotebookLlama/Step-1 PDF-Pre-Processing-Logic.ipynb @@ -469,7 +469,7 @@ "metadata": {}, "outputs": [], "source": [ - "INPUT_FILE = "./resources/extracted_text.txt" # Replace with your file path\n", + "INPUT_FILE = "./resources/extracted_text.txt\n", # Replace with your file path\n", "CHUNK_SIZE = 1000 # Adjust chunk size if needed\n", "\n", "chunks = create_word_bounded_chunks(extract_text_from_pdf(pdf_path), CHUNK_SIZE)\n",