runtime error

Exit code: 1. Reason: B/s] tokenizer.json: 0%| | 0.00/466k [00:00<?, ?B/s] tokenizer.json: 100%|██████████| 466k/466k [00:00<00:00, 103MB/s] special_tokens_map.json: 0%| | 0.00/239 [00:00<?, ?B/s] special_tokens_map.json: 100%|██████████| 239/239 [00:00<00:00, 1.32MB/s] config.json: 0%| | 0.00/190 [00:00<?, ?B/s] config.json: 100%|██████████| 190/190 [00:00<00:00, 2.21MB/s] Traceback (most recent call last): File "/home/user/app/app.py", line 18, in <module> qdrant_database = QdrantDatabase(client, model) File "/home/user/app/src/backend/database/qdrant.py", line 67, in __init__ self._setup_collections() File "/home/user/app/src/backend/database/qdrant.py", line 70, in _setup_collections if not self.client.collection_exists(ScientificPapersCollectionNames.MAIN): File "/usr/local/lib/python3.10/site-packages/qdrant_client/qdrant_client.py", line 2166, in collection_exists return self._client.collection_exists(collection_name=collection_name, **kwargs) File "/usr/local/lib/python3.10/site-packages/qdrant_client/qdrant_remote.py", line 2594, in collection_exists result: Optional[models.CollectionExistence] = self.http.collections_api.collection_exists( File "/usr/local/lib/python3.10/site-packages/qdrant_client/http/api/collections_api.py", line 281, in collection_exists return self._build_for_collection_exists( File "/usr/local/lib/python3.10/site-packages/qdrant_client/http/api/collections_api.py", line 67, in _build_for_collection_exists return self.api_client.request( File "/usr/local/lib/python3.10/site-packages/qdrant_client/http/api_client.py", line 89, in request return self.send(request, type_) File "/usr/local/lib/python3.10/site-packages/qdrant_client/http/api_client.py", line 112, 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...