runtime error
Exit code: 1. Reason: http/api/collections_api.py", line 320, in get_collection return self._build_for_get_collection( File "/usr/local/lib/python3.10/site-packages/qdrant_client/http/api/collections_api.py", line 144, 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 95, in request return self.send(request, type_) File "/usr/local/lib/python3.10/site-packages/qdrant_client/http/api_client.py", line 130, 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 "/app/app.py", line 2, in <module> from main import demo File "/app/main.py", line 56, in <module> qdrant.create_collection( File "/usr/local/lib/python3.10/site-packages/qdrant_client/qdrant_client.py", line 2382, in create_collection return self._client.create_collection( File "/usr/local/lib/python3.10/site-packages/qdrant_client/qdrant_remote.py", line 2815, 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 294, 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 96, 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 95, in request return self.send(request, type_) File "/usr/local/lib/python3.10/site-packages/qdrant_client/http/api_client.py", line 130, 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...