We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2282f6a commit e850e8cCopy full SHA for e850e8c
backend/Dockerfile
@@ -85,7 +85,7 @@ Tokenizer.from_pretrained('nomic-ai/nomic-embed-text-v1')"
85
# Pre-downloading NLTK for setups with limited egress
86
RUN python -c "import nltk; \
87
nltk.download('stopwords', quiet=True); \
88
-nltk.download('punkt', quiet=True);"
+nltk.download('punkt_tab', quiet=True);"
89
# nltk.download('wordnet', quiet=True); introduce this back if lemmatization is needed
90
91
# Set up application files
0 commit comments