runtime error
Exit code: 1. Reason: 18, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 104] Connection reset by peer During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 116, in <module> agent.knowledge.load(recreate=False) File "/usr/local/lib/python3.10/site-packages/agno/knowledge/agent.py", line 110, in load if not self.vector_db.exists(): File "/usr/local/lib/python3.10/site-packages/agno/vectordb/qdrant/qdrant.py", line 692, in exists return self.client.collection_exists(collection_name=self.collection) File "/usr/local/lib/python3.10/site-packages/qdrant_client/qdrant_client.py", line 2236, in collection_exists return self._client.collection_exists(collection_name=collection_name, **kwargs) File "/usr/local/lib/python3.10/site-packages/qdrant_client/qdrant_remote.py", line 2597, in collection_exists result: Optional[models.CollectionExistence] = self.http.collections_api.collection_exists( File "/usr/local/lib/python3.10/site-packages/qdrant_client/http/api/collections_api.py", line 281, in collection_exists return self._build_for_collection_exists( File "/usr/local/lib/python3.10/site-packages/qdrant_client/http/api/collections_api.py", line 67, in _build_for_collection_exists return self.api_client.request( File "/usr/local/lib/python3.10/site-packages/qdrant_client/http/api_client.py", line 95, in request return self.send(request, type_) File "/usr/local/lib/python3.10/site-packages/qdrant_client/http/api_client.py", line 112, in send response = self.middleware(request, self.send_inner) File "/usr/local/lib/python3.10/site-packages/qdrant_client/http/api_client.py", line 250, in __call__ return call_next(request) File "/usr/local/lib/python3.10/site-packages/qdrant_client/http/api_client.py", line 136, in send_inner raise ResponseHandlingException(e) qdrant_client.http.exceptions.ResponseHandlingException: [Errno 104] Connection reset by peer
Container logs:
Fetching error logs...