runtime error

Exit code: 1. Reason: _call_with_frames_removed File "/app/app/main.py", line 3, in <module> from app.api.routes.chat import router as chat_router File "/app/app/api/routes/chat.py", line 5, in <module> from app.services.rag_service import rag_pipeline File "/app/app/services/rag_service.py", line 4, in <module> from app.services.agent_service import rag_agent File "/app/app/services/agent_service.py", line 383, in <module> rag_agent = RAGAgent() ^^^^^^^^^^ File "/app/app/services/agent_service.py", line 43, in __init__ vector_store.create_collection(force_recreate=True) File "/app/app/services/vector_store.py", line 31, in create_collection self.client.create_collection( File "/usr/local/lib/python3.11/site-packages/qdrant_client/qdrant_client.py", line 1694, in create_collection return self._client.create_collection( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/qdrant_client/qdrant_remote.py", line 2023, in create_collection result: bool | None = self.http.collections_api.create_collection( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/qdrant_client/http/api/collections_api.py", line 294, in create_collection return self._build_for_create_collection( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/qdrant_client/http/api/collections_api.py", line 96, in _build_for_create_collection return self.api_client.request( ^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/qdrant_client/http/api_client.py", line 95, in request return self.send(request, type_) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/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...