snexus / llm-search

Querying local documents, powered by LLM
MIT License
421 stars 51 forks source link

Repository Not Found for url:https://huggingface.co/api/models/infloat/e5-large-v2 #64

Closed dustinchen93 closed 8 months ago

dustinchen93 commented 8 months ago

After installation, I run command llmsearch index create -c /path/to/config.yaml to create vector db from local documents. I got the following error.


`huggingface_hub.utils._errors.RepositoryNotFoundError: 401 Client Error. (Request ID: Root=1-6545a903-603ca58107038257355ef890;303ff9ff-61b3-4505-9375-10ff6e1b6b6a)

Repository Not Found for url: https://huggingface.co/api/models/infloat/e5-large-v2. Please make sure you specified the correct repo_id and repo_type. If you are trying to access a private or gated repo, make sure you are authenticated. Invalid username or password.`


I tried BAAI/bge-large-en-v1.5 and this work fine.

snexus commented 8 months ago

Hi,

Just tested it - the model was downloaded successfully without errors. It looks like a typo in the configuration - infloat vs intfloat. Please let me know if it fixes the issue.

snexus commented 8 months ago

Please re-open if the issue still persists.

4entertainment commented 4 months ago

Hi, I edited my "llm-search/sample_templates/generic/config_template.yaml" code. I want to run "llmsearch index create -c /mypath" command. When i run this command i get the following output: llmsearch: command not found How did you do "installation part"?