runtime error
Exit code: 1. Reason: Not Found) Raw response content: b'404 page not found\n' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 53, in <module> vector_store = Qdrant.from_documents( File "/usr/local/lib/python3.10/site-packages/langchain_core/vectorstores/base.py", line 1058, in from_documents return cls.from_texts(texts, embedding, metadatas=metadatas, **kwargs) File "/usr/local/lib/python3.10/site-packages/langchain_community/vectorstores/qdrant.py", line 1339, in from_texts qdrant = cls.construct_instance( File "/usr/local/lib/python3.10/site-packages/langchain_community/vectorstores/qdrant.py", line 1734, in construct_instance client.recreate_collection( File "/usr/local/lib/python3.10/site-packages/qdrant_client/qdrant_client.py", line 1824, in recreate_collection return self._client.recreate_collection( File "/usr/local/lib/python3.10/site-packages/qdrant_client/qdrant_remote.py", line 2288, in recreate_collection self.delete_collection(collection_name, timeout=timeout) File "/usr/local/lib/python3.10/site-packages/qdrant_client/qdrant_remote.py", line 2156, in delete_collection result: Optional[bool] = self.http.collections_api.delete_collection( File "/usr/local/lib/python3.10/site-packages/qdrant_client/http/api/collections_api.py", line 1241, in delete_collection return self._build_for_delete_collection( File "/usr/local/lib/python3.10/site-packages/qdrant_client/http/api/collections_api.py", line 259, in _build_for_delete_collection return self.api_client.request( File "/usr/local/lib/python3.10/site-packages/qdrant_client/http/api_client.py", line 76, in request return self.send(request, type_) File "/usr/local/lib/python3.10/site-packages/qdrant_client/http/api_client.py", line 99, 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...