runtime error

Exit code: 1. Reason: 09-19 08:07:32,644 INFO: HTTP Request: GET https://fb45863e-0b2b-48d1-8e90-a02fc8f7e2f7.europe-west3-0.gcp.cloud.qdrant.io:6333/collections/it_support_rag/exists "HTTP/1.1 404 Not Found" Traceback (most recent call last): File "/home/user/app/app.py", line 110, in <module> vector_store = QdrantVectorStore( File "/home/user/.pyenv/versions/3.10.18/lib/python3.10/site-packages/llama_index/vector_stores/qdrant/base.py", line 236, in __init__ self._collection_initialized = self._collection_exists(collection_name) File "/home/user/.pyenv/versions/3.10.18/lib/python3.10/site-packages/llama_index/vector_stores/qdrant/base.py", line 777, in _collection_exists return self._client.collection_exists(collection_name) File "/home/user/.pyenv/versions/3.10.18/lib/python3.10/site-packages/qdrant_client/qdrant_client.py", line 2236, in collection_exists return self._client.collection_exists(collection_name=collection_name, **kwargs) File "/home/user/.pyenv/versions/3.10.18/lib/python3.10/site-packages/qdrant_client/qdrant_remote.py", line 2597, in collection_exists result: Optional[models.CollectionExistence] = self.http.collections_api.collection_exists( File "/home/user/.pyenv/versions/3.10.18/lib/python3.10/site-packages/qdrant_client/http/api/collections_api.py", line 281, in collection_exists return self._build_for_collection_exists( File "/home/user/.pyenv/versions/3.10.18/lib/python3.10/site-packages/qdrant_client/http/api/collections_api.py", line 67, in _build_for_collection_exists return self.api_client.request( File "/home/user/.pyenv/versions/3.10.18/lib/python3.10/site-packages/qdrant_client/http/api_client.py", line 95, in request return self.send(request, type_) File "/home/user/.pyenv/versions/3.10.18/lib/python3.10/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...