Skip to content

Commit

Permalink
Update Step-1 PDF-Pre-Processing-Logic.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
Yggdrasill501 authored Feb 6, 2025
1 parent 2d217cc commit 8e45d54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8e45d54

Please sign in to comment.