runtime error

Exit code: 1. Reason: ", line 3, in <module> from .api import query, translate # Import the new translate router File "/app/app/api/query.py", line 3, in <module> from ..services.rag_service import get_rag_response File "/app/app/services/rag_service.py", line 8, in <module> qdrant_service = QdrantService() File "/app/app/services/qdrant_service.py", line 25, in __init__ self.ensure_collection() File "/app/app/services/qdrant_service.py", line 36, in ensure_collection self.client.recreate_collection( File "/usr/local/lib/python3.10/site-packages/qdrant_client/qdrant_client.py", line 1824, in recreate_collection return self._client.recreate_collection( File "/usr/local/lib/python3.10/site-packages/qdrant_client/qdrant_remote.py", line 2288, in recreate_collection self.delete_collection(collection_name, timeout=timeout) File "/usr/local/lib/python3.10/site-packages/qdrant_client/qdrant_remote.py", line 2156, in delete_collection result: Optional[bool] = self.http.collections_api.delete_collection( File "/usr/local/lib/python3.10/site-packages/qdrant_client/http/api/collections_api.py", line 1241, in delete_collection return self._build_for_delete_collection( File "/usr/local/lib/python3.10/site-packages/qdrant_client/http/api/collections_api.py", line 259, in _build_for_delete_collection return self.api_client.request( File "/usr/local/lib/python3.10/site-packages/qdrant_client/http/api_client.py", line 76, in request return self.send(request, type_) File "/usr/local/lib/python3.10/site-packages/qdrant_client/http/api_client.py", line 93, in send response = self.middleware(request, self.send_inner) File "/usr/local/lib/python3.10/site-packages/qdrant_client/http/api_client.py", line 202, in __call__ return call_next(request) File "/usr/local/lib/python3.10/site-packages/qdrant_client/http/api_client.py", line 105, in send_inner raise ResponseHandlingException(e) qdrant_client.http.exceptions.ResponseHandlingException: [Errno 104] Connection reset by peer

Container logs:

Fetching error logs...