runtime error
Exit code: 1. Reason: ever = asyncio.run(run()) File "/home/user/.local/lib/python3.9/site-packages/nest_asyncio.py", line 30, in run return loop.run_until_complete(task) File "/home/user/.local/lib/python3.9/site-packages/nest_asyncio.py", line 98, in run_until_complete return f.result() File "/usr/local/lib/python3.9/asyncio/futures.py", line 201, in result raise self._exception File "/usr/local/lib/python3.9/asyncio/tasks.py", line 256, in __step result = coro.send(None) File "app.py", line 108, in run retriever = await main() File "app.py", line 101, in main await process_all_batches() File "app.py", line 91, in process_all_batches vectorstore = await process_batch(None, batch, True, pbar) File "app.py", line 66, in process_batch result = await FAISS.afrom_documents(batch, hf_embeddings) File "/home/user/.local/lib/python3.9/site-packages/langchain_core/vectorstores/base.py", line 857, in afrom_documents return await cls.afrom_texts(texts, embedding, metadatas=metadatas, **kwargs) File "/home/user/.local/lib/python3.9/site-packages/langchain_community/vectorstores/faiss.py", line 1078, in afrom_texts embeddings = await embedding.aembed_documents(texts) File "/home/user/.local/lib/python3.9/site-packages/langchain_huggingface/embeddings/huggingface_endpoint.py", line 129, in aembed_documents responses = await self.async_client.post( File "/home/user/.local/lib/python3.9/site-packages/huggingface_hub/inference/_generated/_async_client.py", line 332, in post raise error File "/home/user/.local/lib/python3.9/site-packages/huggingface_hub/inference/_generated/_async_client.py", line 299, in post response.raise_for_status() File "/home/user/.local/lib/python3.9/site-packages/aiohttp/client_reqrep.py", line 1121, in raise_for_status raise ClientResponseError( aiohttp.client_exceptions.ClientResponseError: 404, message='Not Found', url='https://z25ucwvbhvuyd9kr.us-east-1.aws.endpoints.huggingface.cloud' Batch 1/134: 0%| | 0/32 [00:00<?, ?it/s]
Container logs:
Fetching error logs...