setup common default model

This commit is contained in:
Lorenze Jay
2025-02-01 23:38:24 -08:00
parent aff40529a5
commit 052a07ddc7

View File

@@ -70,7 +70,7 @@ class QdrantVectorSearchTool(BaseTool):
description="The API key for the Qdrant server", description="The API key for the Qdrant server",
) )
vectorizer: Optional[str] = Field( 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", description="The vectorizer to use for the Qdrant server",
) )