diff --git a/src/crewai_tools/tools/qdrant_vector_search_tool/qdrant_search_tool.py b/src/crewai_tools/tools/qdrant_vector_search_tool/qdrant_search_tool.py index 307fcb8d1..050862fef 100644 --- a/src/crewai_tools/tools/qdrant_vector_search_tool/qdrant_search_tool.py +++ b/src/crewai_tools/tools/qdrant_vector_search_tool/qdrant_search_tool.py @@ -70,7 +70,7 @@ class QdrantVectorSearchTool(BaseTool): description="The API key for the Qdrant server", ) vectorizer: Optional[str] = Field( - default="BAAI/bge-small-en-v1.5", + default="fast-bge-small-en-v1.5", description="The vectorizer to use for the Qdrant server", )