Skip to content

Commit

Permalink
fix: add nltk punkt_tab download
Browse files Browse the repository at this point in the history
  • Loading branch information
parambharat committed Jan 10, 2025
1 parent c9f580c commit 99c93d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rag-advanced/notebooks/scripts/chunking.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
from .utils import length_function

nltk.download("punkt")
nltk.download("punkt_tab")
CHUNK_SIZE = 512


Expand Down

0 comments on commit 99c93d0

Please sign in to comment.