runtime error

Exit code: 1. Reason: Traceback (most recent call last): File "/usr/local/lib/python3.13/site-packages/huggingface_hub/utils/_http.py", line 403, in hf_raise_for_status response.raise_for_status() ~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/usr/local/lib/python3.13/site-packages/requests/models.py", line 1026, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 401 Client Error: Unauthorized for url: https://router.huggingface.co/hf-inference/models/sentence-transformers/all-MiniLM-L6-v2/pipeline/feature-extraction The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/app.py", line 37, in <module> doc_embeddings = embed_texts(documents) File "/app/app.py", line 16, in embed_texts return np.array(embedding_client.feature_extraction(texts)) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^ File "/usr/local/lib/python3.13/site-packages/huggingface_hub/inference/_client.py", line 1078, in feature_extraction response = self._inner_post(request_parameters) File "/usr/local/lib/python3.13/site-packages/huggingface_hub/inference/_client.py", line 275, in _inner_post hf_raise_for_status(response) ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/huggingface_hub/utils/_http.py", line 476, in hf_raise_for_status raise _format(HfHubHTTPError, str(e), response) from e huggingface_hub.errors.HfHubHTTPError: 401 Client Error: Unauthorized for url: https://router.huggingface.co/hf-inference/models/sentence-transformers/all-MiniLM-L6-v2/pipeline/feature-extraction (Amz CF ID: IwMAMWWF0z8nODmBvhJKXpiLAI4PTbBWDd5T-5yUvuuD6Vpztf8F_A==)

Container logs:

Fetching error logs...