runtime error
Exit code: 1. Reason: Starting AI Twin... Loaded 7 documents: ['achievements.txt', 'experience.txt', 'goals.txt', 'profile.txt', 'projects.txt', 'skills.txt', 'synthetic_data.txt'] Embedding 50 chunks via API... 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 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 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: apiRKKfVps-dS8V7iduWY6OAvjDV9F0i_KhjplnE3G47wXtidKX6vQ==)
Container logs:
Fetching error logs...