runtime error
Exit code: 1. Reason: 00:01<00:01, 8.35MB/s][A tokenizer.json: 100%|ââââââââââ| 17.1M/17.1M [00:01<00:00, 15.4MB/s] special_tokens_map.json: 0%| | 0.00/964 [00:00<?, ?B/s][A special_tokens_map.json: 100%|ââââââââââ| 964/964 [00:00<00:00, 4.54MB/s] â Loaded Jina CLIP v2 model on: cpu Connecting to Qdrant Cloud... /app/qdrant_service.py:49: UserWarning: Failed to obtain server version. Unable to check client-server compatibility. Set check_compatibility=False to skip version check. self.client = QdrantClient( Traceback (most recent call last): File "/app/app.py", line 6, in <module> from main import app as fastapi_app File "/app/main.py", line 47, in <module> qdrant_service = QdrantVectorService( File "/app/qdrant_service.py", line 58, in __init__ self._ensure_collection() File "/app/qdrant_service.py", line 67, in _ensure_collection collections = self.client.get_collections().collections File "/usr/local/lib/python3.10/site-packages/qdrant_client/qdrant_client.py", line 1528, in get_collections return self._client.get_collections(**kwargs) File "/usr/local/lib/python3.10/site-packages/qdrant_client/qdrant_remote.py", line 1800, in get_collections self.http.collections_api.get_collections().result File "/usr/local/lib/python3.10/site-packages/qdrant_client/http/api/collections_api.py", line 330, in get_collections return self._build_for_get_collections() File "/usr/local/lib/python3.10/site-packages/qdrant_client/http/api/collections_api.py", line 159, in _build_for_get_collections return self.api_client.request( File "/usr/local/lib/python3.10/site-packages/qdrant_client/http/api_client.py", line 95, in request return self.send(request, type_) File "/usr/local/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...