runtime error
Exit code: 1. Reason: el:], package, level) File "<frozen importlib._bootstrap>", line 1030, in _gcd_import File "<frozen importlib._bootstrap>", line 1007, in _find_and_load File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 680, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 850, in exec_module File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed File "/app/app.py", line 8, in <module> from process_req import process_doc File "/app/process_req.py", line 5, in <module> from qdrant_setup import batch_upsert_docling_chunks_to_qdrant File "/app/qdrant_setup.py", line 31, in <module> ensure_collection() File "/app/qdrant_setup.py", line 20, in ensure_collection if client.collection_exists(collection_name): File "/home/user/.local/lib/python3.9/site-packages/qdrant_client/qdrant_client.py", line 1554, in collection_exists return self._client.collection_exists(collection_name=collection_name, **kwargs) File "/home/user/.local/lib/python3.9/site-packages/qdrant_client/qdrant_remote.py", line 1826, in collection_exists result: Optional[models.CollectionExistence] = self.http.collections_api.collection_exists( File "/home/user/.local/lib/python3.9/site-packages/qdrant_client/http/api/collections_api.py", line 281, in collection_exists return self._build_for_collection_exists( File "/home/user/.local/lib/python3.9/site-packages/qdrant_client/http/api/collections_api.py", line 67, in _build_for_collection_exists return self.api_client.request( File "/home/user/.local/lib/python3.9/site-packages/qdrant_client/http/api_client.py", line 95, in request return self.send(request, type_) File "/home/user/.local/lib/python3.9/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...