diff --git a/crewai_tools/tools/qdrant_vector_search_tool/qdrant_search_tool.py b/crewai_tools/tools/qdrant_vector_search_tool/qdrant_search_tool.py index 73e373ae..c7e37e6c 100644 --- a/crewai_tools/tools/qdrant_vector_search_tool/qdrant_search_tool.py +++ b/crewai_tools/tools/qdrant_vector_search_tool/qdrant_search_tool.py @@ -80,7 +80,7 @@ def __init__(self, **kwargs): super().__init__(**kwargs) if QDRANT_AVAILABLE: self.client = QdrantClient( - url=self.qdrant_url, + location=self.qdrant_url, api_key=self.qdrant_api_key if self.qdrant_api_key else None, ) else: