runtime error
Exit code: 1. Reason: | 0.00/191 [00:00<?, ?B/s][A config.json: 100%|██████████| 191/191 [00:00<00:00, 1.38MB/s] [ERROR] Failed to register tool 'rag_tool': Unexpected Response: 404 (Not Found) Raw response content: b'404 page not found\n' /home/user/app/vector_db/qdrant_db.py:36: UserWarning: Failed to obtain server version. Unable to check client-server compatibility. Set check_compatibility=False to skip version check. self.client = QdrantClient(url=os.getenv('QDRANT_URL'), api_key=os.getenv('QDRANT_API_KEY')) # Qdrant - Cloud Traceback (most recent call last): File "/home/user/app/app.py", line 153, in <module> app = WebApp() File "/home/user/app/app.py", line 24, in __init__ self.qdrant_client = QdrantDBClient() File "/home/user/app/vector_db/qdrant_db.py", line 43, in __init__ if not self.client.collection_exists(self.collection_name): File "/usr/local/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 "/usr/local/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 "/usr/local/lib/python3.10/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.10/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.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...