runtime error

lt(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 154, in chainlit_run run_chainlit(target) File "/home/user/.local/lib/python3.9/site-packages/chainlit/cli/__init__.py", line 55, in run_chainlit load_module(config.run.module_name) File "/home/user/.local/lib/python3.9/site-packages/chainlit/config.py", line 282, 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 75, in <module> vectorstore = FAISS.from_documents(split_documents[i:i+32], hf_**********) 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 273, in post hf_raise_for_status(response) File "/home/user/.local/lib/python3.9/site-packages/huggingface_hub/utils/_errors.py", line 371, in hf_raise_for_status raise HfHubHTTPError(str(e), response=response) from e huggingface_hub.utils._errors.HfHubHTTPError: 401 Client Error: Unauthorized for url: https://gtzd1zuddjtxwupq.us-east-1.aws.endpoints.huggingface.cloud/ (Request ID: tkUa3X) 401 Unauthorized

Container logs:

Fetching error logs...