runtime error
Exit code: 1. Reason: on3.9/site-packages/click/core.py", line 1688, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/home/user/.local/lib/python3.9/site-packages/click/core.py", line 1434, in invoke return ctx.invoke(self.callback, **ctx.params) File "/home/user/.local/lib/python3.9/site-packages/click/core.py", line 783, in invoke return __callback(*args, **kwargs) File "/home/user/.local/lib/python3.9/site-packages/chainlit/cli/__init__.py", line 201, in chainlit_run run_chainlit(target) File "/home/user/.local/lib/python3.9/site-packages/chainlit/cli/__init__.py", line 66, in run_chainlit load_module(config.run.module_name) File "/home/user/.local/lib/python3.9/site-packages/chainlit/config.py", line 416, in load_module spec.loader.exec_module(module) File "<frozen importlib._bootstrap_external>", line 850, in exec_module File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed File "app.py", line 51, in <module> vectorstore = FAISS.from_documents( File "/home/user/.local/lib/python3.9/site-packages/langchain_core/vectorstores.py", line 635, in from_documents return cls.from_texts(texts, embedding, metadatas=metadatas, **kwargs) File "/home/user/.local/lib/python3.9/site-packages/langchain_community/vectorstores/faiss.py", line 930, in from_texts embeddings = embedding.embed_documents(texts) File "/home/user/.local/lib/python3.9/site-packages/langchain_huggingface/embeddings/huggingface_endpoint.py", line 107, in embed_documents responses = self.client.post( File "/home/user/.local/lib/python3.9/site-packages/huggingface_hub/inference/_client.py", line 305, in post hf_raise_for_status(response) File "/home/user/.local/lib/python3.9/site-packages/huggingface_hub/utils/_http.py", line 460, in hf_raise_for_status raise _format(BadRequestError, message, response) from e huggingface_hub.errors.BadRequestError: (Request ID: RnEwC4p-kJwLm3zGMVFOj) Bad request: Authorization header is correct, but the token seems invalid
Container logs:
Fetching error logs...