runtime error
Exit code: 1. Reason: n: 100%|██████████| 583/583 [00:00<00:00, 3.07MB/s] model.safetensors: 0%| | 0.00/66.7M [00:00<?, ?B/s][A model.safetensors: 69%|██████▊ | 45.8M/66.7M [00:01<00:00, 45.1MB/s][A model.safetensors: 100%|█████████▉| 66.7M/66.7M [00:01<00:00, 62.0MB/s] /home/user/app/src/rag_lanchain.py:31: UserWarning: Failed to obtain server version. Unable to check client-server compatibility. Set check_version=False to skip version check. client = QdrantClient(QDRANT_URL, api_key=QDRANT_API_KEY) Traceback (most recent call last): File "/home/user/app/app.py", line 7, in <module> from src.rag_lanchain import graph_builder File "/home/user/app/src/rag_lanchain.py", line 32, in <module> qdrant_store = QdrantStore(client) File "/home/user/app/src/database/qdrant_store.py", line 14, in __init__ self.collection_names = set([i.name for i in client.get_collections().collections]) File "/usr/local/lib/python3.10/site-packages/qdrant_client/qdrant_client.py", line 2140, in get_collections return self._client.get_collections(**kwargs) File "/usr/local/lib/python3.10/site-packages/qdrant_client/qdrant_remote.py", line 2568, 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 89, in request return self.send(request, type_) File "/usr/local/lib/python3.10/site-packages/qdrant_client/http/api_client.py", line 112, 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...