I am getting an error while using the model

#20
by ravi8765 - opened

ValidationError: 1 validation error for FastEmbedEmbeddings

Value error, Could not load model BAAI/bge-large-en-v1.5 from any source.

[type=value_error, input_value={'model_name': 'BAAI/bge-...s': None, 'model':

None}, input_type=dict]

For further information visit https://errors.pydantic.dev/2.11/v/value_error

RuntimeError: Tried to instantiate class 'path.path', but it does not exist! Ensure that it is registered via torch::class

2025-03-31 19:01:04.462 | ERROR | fastembed.common.model_management:download_model:429 - Could not download model from HuggingFace: 429 Client Error: Too Many Requests for url: https://huggingface.co/api/models/qdrant/bge-large-en-v1.5-onnx Falling back to other sources.

2025-03-31 19:01:04.462 | ERROR | fastembed.common.model_management:download_model:450 - Could not download model from either source, sleeping for 3.0 seconds, 2 retries left.

2025-03-31 19:01:07.474 | ERROR | fastembed.common.model_management:download_model:429 - Could not download model from HuggingFace: 429 Client Error: Too Many Requests for url: https://huggingface.co/api/models/qdrant/bge-large-en-v1.5-onnx Falling back to other sources.

2025-03-31 19:01:07.474 | ERROR | fastembed.common.model_management:download_model:450 - Could not download model from either source, sleeping for 9.0 seconds, 1 retries left.

2025-03-31 19:01:16.485 | ERROR | fastembed.common.model_management:download_model:429 - Could not download model from HuggingFace: 429 Client Error: Too Many Requests for url: https://huggingface.co/api/models/qdrant/bge-large-en-v1.5-onnx Falling back to other sources.

2025-03-31 19:01:16.485 | ERROR | fastembed.common.model_management:download_model:450 - Could not download model from either source, sleeping for 27.0 seconds, 0 retries left.

Sign up or log in to comment