You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run ingest.py, I get the following error:
huggingface_hub.utils._errors.LocalEntryNotFoundError: Connection error, and we cannot find the requested files in the cached path. Please try again or make sure your Internet connection is on
The line triggering the error is ingest.py, line 144, in main:
embeddings = HuggingFaceEmbeddings(model_name=embeddings_model_name)
I probably just don't have something set up correctly. I'd appreciate some help getting past this.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
When I run ingest.py, I get the following error:
huggingface_hub.utils._errors.LocalEntryNotFoundError: Connection error, and we cannot find the requested files in the cached path. Please try again or make sure your Internet connection is on
The line triggering the error is ingest.py, line 144, in main:
embeddings = HuggingFaceEmbeddings(model_name=embeddings_model_name)
I probably just don't have something set up correctly. I'd appreciate some help getting past this.
Beta Was this translation helpful? Give feedback.
All reactions