runtime error
Exit code: 1. Reason: 97, in _build_for_get_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' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/ui.py", line 6, in <module> from app import ( File "/home/user/app/app.py", line 8, in <module> from vec import embed_and_upsert, search File "/home/user/app/vec.py", line 35, in <module> _ensure_collection() File "/home/user/app/vec.py", line 27, in _ensure_collection qdrant.create_collection( File "/usr/local/lib/python3.10/site-packages/qdrant_client/qdrant_client.py", line 1730, in create_collection return self._client.create_collection( File "/usr/local/lib/python3.10/site-packages/qdrant_client/qdrant_remote.py", line 2261, in create_collection result: Optional[bool] = self.http.collections_api.create_collection( File "/usr/local/lib/python3.10/site-packages/qdrant_client/http/api/collections_api.py", line 1170, in create_collection return self._build_for_create_collection( File "/usr/local/lib/python3.10/site-packages/qdrant_client/http/api/collections_api.py", line 116, in _build_for_create_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...