NLTK "averaged_perceptron_tagger_eng" Loading Error When Using DirectoryLoader #41245
Unanswered
rdyan0053
asked this question in
Q&A and General discussion
Replies: 2 comments
-
I have no idea. Some links that might be helpful: |
Beta Was this translation helpful? Give feedback.
0 replies
-
It seems NLTK is trying to download the averaged_perceptron_tagger_eng model but fails due to connection restrictions maybe you can try with VPN or predownload it in a environemnt |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm following the documentation at [Milvus RAG with vLLM](https://milvus.io/docs/zh/milvus_rag_with_vllm.md) to build a RAG system using Milvus, vLLM, and Llama 3.1. When I execute the following code:
I encounter the error:
It appears that NLTK is attempting to download the averaged_perceptron_tagger_eng model and failing due to connection issues. How can I resolve this error so that the DirectoryLoader works as expected in my environment with Chinese mainland?
Any help or guidance would be greatly appreciated. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions