runtime error

Exit code: 3. Reason: r/local/lib/python3.12/asyncio/threads.py", line 25, in to_thread return await loop.run_in_executor(None, func_call) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/app/retrieval/vectorstore.py", line 26, in ensure_collections if not client.collection_exists(TEXT_COLLECTION): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/.venv/lib/python3.12/site-packages/qdrant_client/qdrant_client.py", line 1603, in collection_exists return self._client.collection_exists(collection_name=collection_name, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/.venv/lib/python3.12/site-packages/qdrant_client/qdrant_remote.py", line 1897, in collection_exists result: models.CollectionExistence | None = self.http.collections_api.collection_exists( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/.venv/lib/python3.12/site-packages/qdrant_client/http/api/collections_api.py", line 438, in collection_exists return self._build_for_collection_exists( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/.venv/lib/python3.12/site-packages/qdrant_client/http/api/collections_api.py", line 67, in _build_for_collection_exists return self.api_client.request( ^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/.venv/lib/python3.12/site-packages/qdrant_client/http/api_client.py", line 95, in request return self.send(request, type_) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/.venv/lib/python3.12/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' ERROR: Application startup failed. Exiting.

Container logs:

Fetching error logs...