runtime error

dings/__init__.py:29: LangChainDeprecationWarning: Importing embeddings from langchain is deprecated. Importing from langchain will no longer be supported as of langchain==0.2.0. Please import from langchain-community instead: `from langchain_community.embeddings import HuggingFaceBgeEmbeddings`. To install langchain-community run `pip install -U langchain-community`. warnings.warn( Data loaded......... Embedding model loaded......... Traceback (most recent call last): File "/home/user/app/app.py", line 48, in <module> vector_store = Qdrant.from_documents( File "/usr/local/lib/python3.10/site-packages/langchain_core/vectorstores.py", line 550, in from_documents return cls.from_texts(texts, embedding, metadatas=metadatas, **kwargs) File "/usr/local/lib/python3.10/site-packages/langchain_community/vectorstores/qdrant.py", line 1367, in from_texts qdrant.add_texts(texts, metadatas, ids, batch_size) File "/usr/local/lib/python3.10/site-packages/langchain_community/vectorstores/qdrant.py", line 190, in add_texts self.client.upsert( File "/usr/local/lib/python3.10/site-packages/qdrant_client/qdrant_client.py", line 986, in upsert return self._client.upsert( File "/usr/local/lib/python3.10/site-packages/qdrant_client/qdrant_remote.py", line 1329, in upsert grpc_result = self.grpc_points.Upsert( File "/usr/local/lib/python3.10/site-packages/grpc/_channel.py", line 1176, in __call__ return _end_unary_response_blocking(state, call, False, None) File "/usr/local/lib/python3.10/site-packages/grpc/_channel.py", line 1005, in _end_unary_response_blocking raise _InactiveRpcError(state) # pytype: disable=not-instantiable grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with: status = StatusCode.UNAVAILABLE details = "GOAWAY received; Error code: 0; Debug Text: " debug_error_string = "UNKNOWN:Error received from peer {created_time:"2024-04-24T11:54:32.289367601+02:00", grpc_status:14, grpc_message:"GOAWAY received; Error code: 0; Debug Text: "}" >

Container logs:

Fetching error logs...