runtime error

Exit code: 1. Reason: hon3.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 1024, 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/pipeline/feature-extraction/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 126, in <module> initial_status = initialize_qa(repo_id.value) File "/home/user/app/app.py", line 122, in initialize_qa qa = load_pdf_to_langchain(pdf_path, repo_id_value) File "/home/user/app/app.py", line 46, in load_pdf_to_langchain db = Chroma.from_documents(texts, embeddings) File "/usr/local/lib/python3.10/site-packages/langchain_community/vectorstores/chroma.py", line 878, in from_documents return cls.from_texts( File "/usr/local/lib/python3.10/site-packages/langchain_community/vectorstores/chroma.py", line 842, in from_texts chroma_collection.add_texts(texts=texts, metadatas=metadatas, ids=ids) File "/usr/local/lib/python3.10/site-packages/langchain_community/vectorstores/chroma.py", line 277, in add_texts embeddings = self._embedding_function.embed_documents(texts) File "/usr/local/lib/python3.10/site-packages/langchain_community/embeddings/huggingface_hub.py", line 115, 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: kyfWX9GFtMIXWUmLkB93q) Bad request: Authorization header is correct, but the token seems invalid

Container logs:

Fetching error logs...