runtime error
Exit code: 1. Reason: Warning: You are sending unauthenticated requests to the HF Hub. Please set a HF_TOKEN to enable higher rate limits and faster downloads. Loading weights: 0%| | 0/391 [00:00<?, ?it/s] Loading weights: 100%|██████████| 391/391 [00:00<00:00, 5351.31it/s] /usr/local/lib/python3.10/site-packages/langchain_qdrant/qdrant.py:465: UserWarning: Failed to obtain server version. Unable to check client-server compatibility. Set check_compatibility=False to skip version check. client = QdrantClient( ERROR:root:Error loading Qdrant database: Unexpected Response: 404 (Not Found) Raw response content: b'404 page not found\n' Traceback (most recent call last): File "/app/app.py", line 10, in <module> BOT = PioneiroLLM() File "/app/model.py", line 56, in __init__ self.retriever = self.db.as_retriever(search_kwargs={"k": 1}) AttributeError: 'NoneType' object has no attribute 'as_retriever'
Container logs:
Fetching error logs...