runtime error

Exit code: 1. Reason: e_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 '402 Payment Required' 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/402 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 '402 Payment Required' for url 'https://router.huggingface.co/hf-inference/models/sentence-transformers/all-MiniLM-L6-v2/pipeline/feature-extraction' (Request ID: Root=1-699aac71-473218c7157a832a606395d5;ea7a3e34-4b40-4adc-9dd1-773fa2e2ca83) For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/402 Credit balance is depleted: purchase pre-paid credits to continue using Inference Providers with your account. Alternatively, subscribe to PRO to get 20x more included usage.

Container logs:

Fetching error logs...