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
{{ message }}
This repository has been archived by the owner on Nov 23, 2023. It is now read-only.
Same error. I am unable to follow run this script. Unable to find the package installation for LocalHuggingFaceEmbeddings.
python3 build_vector_store_fast.py
Traceback (most recent call last):
File "/opt/tiger/build_vector_store_fast.py", line 11, in <module>
from embeddings import LocalHuggingFaceEmbeddings
ImportError: cannot import name 'LocalHuggingFaceEmbeddings' from 'embeddings' (/usr/local/lib/python3.10/site-packages/embeddings/__init__.py)
Getting below error while loading the localhgembeddings:
error:
huggingface_hub.utils._errors.HfHubHTTPError: 504 Server Error: Gateway Time-out for url: https://huggingface.co/api/models/sentence-transformers/multi-qa-mpnet-base-dot-v1
Looks like the embeddings are not more available. Do we have any alternatives ?
The text was updated successfully, but these errors were encountered: