runtime error

er.send(request, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/huggingface_hub/utils/_http.py", line 68, in send return super().send(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/requests/adapters.py", line 519, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: (MaxRetryError('HTTPSConnectionPool(host=\'huggingface.co\', port=443): Max retries exceeded with url: /jinaai/jina-embeddings-v2-base-zh/resolve/main/onnx/model_quantized.onnx (Caused by NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x7fdc1f824890>: Failed to resolve \'huggingface.co\' ([Errno -3] Temporary failure in name resolution)"))'), '(Request ID: f2ce59a1-bae6-419d-9be9-464e2e2526de)') The above exception was the direct cause of the following exception: Traceback (most recent call last): File "<frozen runpy>", line 198, in _run_module_as_main File "<frozen runpy>", line 88, in _run_code File "/app/apps/app.py", line 106, in <module> app = EmbeddingApp().app ^^^^^^^^^^^^^^ File "/app/apps/app.py", line 29, in __init__ self.embedder = JinaAIOnnxEmbedder() ^^^^^^^^^^^^^^^^^^^^ File "/app/transforms/embed.py", line 32, in __init__ self.download_model() File "/app/transforms/embed.py", line 42, in download_model hf_hub_download( File "/usr/local/lib/python3.11/site-packages/huggingface_hub/utils/_validators.py", line 119, in _inner_fn return fn(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/huggingface_hub/file_download.py", line 1406, in hf_hub_download raise LocalEntryNotFoundError( huggingface_hub.utils._errors.LocalEntryNotFoundError: An error happened while trying to locate the file on the Hub and we cannot find the requested files in the local cache. Please check your connection and try again or make sure your Internet connection is on.

Container logs:

Fetching error logs...