runtime error

Exit code: 1. Reason: d File "<frozen importlib._bootstrap>", line 688, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 883, in exec_module File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed File "/app/app/main.py", 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 7, in <module> qdrant_service = QdrantService() File "/app/app/services/qdrant_service.py", line 24, in __init__ self.ensure_collection() File "/app/app/services/qdrant_service.py", line 35, 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 99, in send raise UnexpectedResponse.for_response(response) qdrant_client.http.exceptions.UnexpectedResponse: Unexpected Response: 404 (Not Found) Raw response content: b'404 page not found\n'

Container logs:

Fetching error logs...