runtime error
Exit code: 1. Reason: u/lib/python3.9/asyncio/futures.py", line 201, in result raise self._exception File "/home/user/.local/share/uv/python/cpython-3.9.21-linux-x86_64-gnu/lib/python3.9/asyncio/tasks.py", line 256, in __step result = coro.send(None) File "solution_app.py", line 102, in run retriever = await main() File "solution_app.py", line 95, in main await process_all_batches() File "solution_app.py", line 85, in process_all_batches vectorstore = await process_batch(None, batch, True, pbar) File "solution_app.py", line 60, in process_batch result = await FAISS.afrom_documents(batch, hf_embeddings) File "/home/user/app/.venv/lib/python3.9/site-packages/langchain_core/vectorstores/base.py", line 874, in afrom_documents return await cls.afrom_texts(texts, embedding, metadatas=metadatas, **kwargs) File "/home/user/app/.venv/lib/python3.9/site-packages/langchain_community/vectorstores/faiss.py", line 1080, in afrom_texts embeddings = await embedding.aembed_documents(texts) File "/home/user/app/.venv/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/app/.venv/lib/python3.9/site-packages/huggingface_hub/inference/_generated/_async_client.py", line 334, in post raise error File "/home/user/app/.venv/lib/python3.9/site-packages/huggingface_hub/inference/_generated/_async_client.py", line 301, in post response.raise_for_status() File "/home/user/app/.venv/lib/python3.9/site-packages/aiohttp/client_reqrep.py", line 1161, in raise_for_status raise ClientResponseError( aiohttp.client_exceptions.ClientResponseError: 400, message='Bad Request', url='https://c87ybgo18epgba6d.us-east-1.aws.endpoints.huggingface.cloud' Batch 1/134: 0%| | 0/32 [00:00<?, ?it/s] WARNING: All log messages before absl::InitializeLog() is called are written to STDERR E0000 00:00:1741789436.370455 11 init.cc:232] grpc_wait_for_shutdown_with_timeout() timed out.
Container logs:
Fetching error logs...