runtime error

Exit code: 1. Reason: the default behavior in v4.52, even if the model was saved with a slow processor. This will result in minor differences in outputs. You'll still be able to use a slow processor with `use_fast=False`. /home/user/app/app.py:25: UserWarning: Failed to obtain server version. Unable to check client-server compatibility. Set check_compatibility=False to skip version check. qclient = QdrantClient( /home/user/app/app.py:31: DeprecationWarning: `recreate_collection` method is deprecated and will be removed in the future. Use `collection_exists` to check collection existence and `create_collection` instead. qclient.recreate_collection( Traceback (most recent call last): File "/home/user/app/app.py", line 31, in <module> qclient.recreate_collection( File "/usr/local/lib/python3.10/site-packages/qdrant_client/qdrant_client.py", line 2479, in recreate_collection return self._client.recreate_collection( File "/usr/local/lib/python3.10/site-packages/qdrant_client/qdrant_remote.py", line 2843, in recreate_collection self.delete_collection(collection_name, timeout=timeout) File "/usr/local/lib/python3.10/site-packages/qdrant_client/qdrant_remote.py", line 2697, 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 308, 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 123, 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 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...