runtime error

οΏ½οΏ½β–ˆβ–ˆβ–Š| 138M/142M [00:08<00:00, 16.3MB/s] Downloading data: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 142M/142M [00:08<00:00, 17.3MB/s] Generating train split: 0%| | 0/256916 [00:00<?, ? examples/s] Generating train split: 4%|▍ | 10000/256916 [00:00<00:02, 90904.45 examples/s] Generating train split: 31%|β–ˆβ–ˆβ–ˆ | 80000/256916 [00:00<00:00, 356914.74 examples/s] Generating train split: 54%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 140000/256916 [00:00<00:00, 419798.62 examples/s] Generating train split: 82%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 210000/256916 [00:00<00:00, 481848.44 examples/s] Generating train split: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 256916/256916 [00:00<00:00, 432495.88 examples/s] Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/pymilvus/client/grpc_handler.py", line 143, in _wait_for_channel_ready grpc.channel_ready_future(self._channel).result(timeout=timeout) File "/usr/local/lib/python3.10/site-packages/grpc/_utilities.py", line 162, in result self._block(timeout) File "/usr/local/lib/python3.10/site-packages/grpc/_utilities.py", line 106, in _block raise grpc.FutureTimeoutError() grpc.FutureTimeoutError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 71, in <module> connections.connect(host=host_milvus, port='19530') File "/usr/local/lib/python3.10/site-packages/pymilvus/orm/connections.py", line 414, in connect connect_milvus(**kwargs, user=user, password=password, token=token, db_name=db_name) File "/usr/local/lib/python3.10/site-packages/pymilvus/orm/connections.py", line 365, in connect_milvus gh._wait_for_channel_ready(timeout=timeout) File "/usr/local/lib/python3.10/site-packages/pymilvus/client/grpc_handler.py", line 146, in _wait_for_channel_ready raise MilvusException( pymilvus.exceptions.MilvusException: <MilvusException: (code=2, message=Fail connecting to server on 127.0.0.1:19530. Timeout)>  

Container logs:

Fetching error logs...