runtime error

chain-community run `pip install -U langchain-community`. warnings.warn( /home/user/.local/lib/python3.10/site-packages/bitsandbytes/cextension.py:34: UserWarning: The installed version of bitsandbytes was compiled without GPU support. 8-bit optimizers, 8-bit multiplication, and GPU quantization are unavailable. warn("The installed version of bitsandbytes was compiled without GPU support. " /home/user/.local/lib/python3.10/site-packages/bitsandbytes/libbitsandbytes_cpu.so: undefined symbol: cadam32bit_grad_fp32 Traceback (most recent call last): File "/home/user/.local/lib/python3.10/site-packages/weaviate/connect/connection.py", line 650, in wait_for_weaviate requests.get(ready_url, headers=self._get_request_header()).raise_for_status() File "/home/user/.local/lib/python3.10/site-packages/requests/models.py", line 1021, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://herechat-utlp7obv.weaviate.network/v1/.well-known/ready The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 43, in <module> refresh_authentication() File "/home/user/app/app.py", line 35, in refresh_authentication client = weaviate.Client(weaviate_url, auth_client_secret=my_credentials) File "/home/user/.local/lib/python3.10/site-packages/weaviate/client.py", line 150, in __init__ self._connection = Connection( File "/home/user/.local/lib/python3.10/site-packages/weaviate/connect/connection.py", line 166, in __init__ self.wait_for_weaviate(startup_period) File "/home/user/.local/lib/python3.10/site-packages/weaviate/connect/connection.py", line 653, in wait_for_weaviate raise WeaviateStartUpError( weaviate.exceptions.WeaviateStartUpError: Weaviate did not start up in 5 seconds. Either the Weaviate URL https://herechat-utlp7obv.weaviate.network is wrong or Weaviate did not start up in the interval given in 'startup_period'.

Container logs:

Fetching error logs...