runtime error
Exit code: 1. Reason: , 'skills.txt', 'synthetic_data.txt'] Embedding 199 chunks via API... Traceback (most recent call last): File "/usr/local/lib/python3.13/site-packages/huggingface_hub/utils/_http.py", line 657, in hf_raise_for_status response.raise_for_status() ~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/usr/local/lib/python3.13/site-packages/httpx/_models.py", line 829, in raise_for_status raise HTTPStatusError(message, request=request, response=self) httpx.HTTPStatusError: Client error '401 Unauthorized' for url 'https://router.huggingface.co/hf-inference/models/sentence-transformers/all-MiniLM-L6-v2/pipeline/feature-extraction' For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/401 The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/app.py", line 122, in <module> vector_store = build_store(docs, fnames, hf_client) File "/app/app.py", line 80, in build_store embeddings = get_embeddings(all_chunks, client) File "/app/app.py", line 38, in get_embeddings response = client.feature_extraction(text, model="sentence-transformers/all-MiniLM-L6-v2") File "/usr/local/lib/python3.13/site-packages/huggingface_hub/inference/_client.py", line 1106, in feature_extraction response = self._inner_post(request_parameters) File "/usr/local/lib/python3.13/site-packages/huggingface_hub/inference/_client.py", line 286, in _inner_post hf_raise_for_status(response) ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/huggingface_hub/utils/_http.py", line 752, in hf_raise_for_status raise _format(HfHubHTTPError, str(e), response) from e huggingface_hub.errors.HfHubHTTPError: Client error '401 Unauthorized' for url 'https://router.huggingface.co/hf-inference/models/sentence-transformers/all-MiniLM-L6-v2/pipeline/feature-extraction' (Amz CF ID: XYZHJPDpMT5EFxXrC396RDlLCflDzmMiqgepbNfYEzScnWuN23Rdwg==) For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/401
Container logs:
Fetching error logs...