runtime error

Exit code: 1. Reason: e buffer total size = 84.97 MB AVX = 1 | AVX2 = 1 | AVX512 = 1 | AVX512_VBMI = 1 | AVX512_VNNI = 1 | FMA = 1 | NEON = 0 | ARM_FMA = 0 | F16C = 1 | FP16_VA = 0 | WASM_SIMD = 0 | BLAS = 0 | SSE3 = 1 | SSSE3 = 1 | VSX = 0 | Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_errors.py", line 304, in hf_raise_for_status response.raise_for_status() File "/usr/local/lib/python3.10/site-packages/requests/models.py", line 1021, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api-inference.huggingface.co/models/sentence-transformers/all-mpnet-base-v2 The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 47, in <module> db = Chroma.from_documents(documents=texts, embedding=embeddings, persist_directory="chroma_db") File "/usr/local/lib/python3.10/site-packages/langchain/vectorstores/chroma.py", line 771, in from_documents return cls.from_texts( File "/usr/local/lib/python3.10/site-packages/langchain/vectorstores/chroma.py", line 729, in from_texts chroma_collection.add_texts( File "/usr/local/lib/python3.10/site-packages/langchain/vectorstores/chroma.py", line 275, in add_texts embeddings = self._embedding_function.embed_documents(texts) File "/usr/local/lib/python3.10/site-packages/langchain/embeddings/huggingface_hub.py", line 95, in embed_documents responses = self.client.post( File "/usr/local/lib/python3.10/site-packages/huggingface_hub/inference/_client.py", line 304, in post hf_raise_for_status(response) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_errors.py", line 358, in hf_raise_for_status raise BadRequestError(message, response=response) from e huggingface_hub.utils._errors.BadRequestError: (Request ID: AMHFXAShJvRcZZEesAGlo) Bad request: Authorization header is correct, but the token seems invalid

Container logs:

Fetching error logs...