default set

This commit is contained in:
Lorenze Jay
2025-02-01 23:40:37 -08:00
parent 052a07ddc7
commit 6b19a3d156

View File

@@ -70,7 +70,7 @@ class QdrantVectorSearchTool(BaseTool):
description="The API key for the Qdrant server",
)
vectorizer: Optional[str] = Field(
default="fast-bge-small-en-v1.5",
default="BAAI/bge-small-en-v1.5",
description="The vectorizer to use for the Qdrant server",
)