runtime error

Exit code: 3. Reason: /user/.local/lib/python3.9/site-packages/starlette/routing.py", line 694, in lifespan async with self.lifespan_context(app) as maybe_state: File "/usr/local/lib/python3.9/contextlib.py", line 181, in __aenter__ return await self.gen.__anext__() File "/home/user/.local/lib/python3.9/site-packages/fastapi/routing.py", line 153, in merged_lifespan async with original_context(app) as maybe_original_state: File "/usr/local/lib/python3.9/contextlib.py", line 181, in __aenter__ return await self.gen.__anext__() File "/home/user/.local/lib/python3.9/site-packages/fastapi/routing.py", line 153, in merged_lifespan async with original_context(app) as maybe_original_state: File "/usr/local/lib/python3.9/contextlib.py", line 181, in __aenter__ return await self.gen.__anext__() File "/app/main.py", line 42, in lifespan await qdrant_manager.create_collection() File "/app/vector/qdrant_client.py", line 58, in create_collection collections = await self.client.get_collections() File "/home/user/.local/lib/python3.9/site-packages/qdrant_client/async_qdrant_client.py", line 1467, in get_collections return await self._client.get_collections(**kwargs) File "/home/user/.local/lib/python3.9/site-packages/qdrant_client/async_qdrant_remote.py", line 1650, in get_collections await self.http.collections_api.get_collections() File "/home/user/.local/lib/python3.9/site-packages/qdrant_client/http/api/collections_api.py", line 255, in get_collections return await self._build_for_get_collections() File "/home/user/.local/lib/python3.9/site-packages/qdrant_client/http/api_client.py", line 184, in request return await self.send(request, type_) File "/home/user/.local/lib/python3.9/site-packages/qdrant_client/http/api_client.py", line 219, 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...