runtime error

Exit code: 3. Reason: server_app.py", line 64, in startup rag_system = CodebaseRAGSystem() ^^^^^^^^^^^^^^^^^^^ File "/app/src/rag_system.py", line 37, in __init__ self.vector_store = QdrantVectorStore( ^^^^^^^^^^^^^^^^^^ File "/app/src/vector_store.py", line 15, in __init__ self._ensure_collection() File "/app/src/vector_store.py", line 39, in _ensure_collection if not self.client.collection_exists(self.collection_name): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/qdrant_client/qdrant_client.py", line 2236, in collection_exists return self._client.collection_exists(collection_name=collection_name, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/qdrant_client/qdrant_remote.py", line 2597, in collection_exists result: Optional[models.CollectionExistence] = self.http.collections_api.collection_exists( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/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.11/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.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' ERROR: Application startup failed. Exiting.

Container logs:

Fetching error logs...