mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-08 23:58:34 +00:00
setup common default model
This commit is contained in:
@@ -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",
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user