runtime error

Exit code: 3. Reason: on raise e File "/app/backend/vectordb.py", line 38, in ensure_collection existing = [c.name for c in client.get_collections().collections] ^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/qdrant_client/qdrant_client.py", line 1931, in get_collections return self._client.get_collections(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/qdrant_client/qdrant_remote.py", line 2423, in get_collections self.http.collections_api.get_collections().result ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/qdrant_client/http/api/collections_api.py", line 1335, in get_collections return self._build_for_get_collections() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/qdrant_client/http/api/collections_api.py", line 432, in _build_for_get_collections return self.api_client.request( ^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/qdrant_client/http/api_client.py", line 79, in request return self.send(request, type_) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/qdrant_client/http/api_client.py", line 102, 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' ERROR: Application startup failed. Exiting. Error connecting to Qdrant at https://47ffda55-f079-4bcd-b41c-0e84ef8bcd6e.us-east4-0.gcp.cloud.qdrant.io: Unexpected Response: 404 (Not Found) Raw response content: b'404 page not found\n' Hint: A 404 error often means the QDRANT_URL is pointing to a path that doesn't exist or a proxy that doesn't recognize the request. If you are using Hugging Face Spaces, ensure the URL is the direct space URL (e.g., https://user-name.hf.space) and that the Qdrant service is running and reachable.

Container logs:

Fetching error logs...