From 554bba80360060c9b2d0b7b54e6955f0f64d7bdd Mon Sep 17 00:00:00 2001 From: Lorenze Jay Date: Mon, 3 Feb 2025 16:22:09 -0800 Subject: [PATCH] clearer docs --- src/crewai_tools/tools/qdrant_vector_search_tool/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/crewai_tools/tools/qdrant_vector_search_tool/README.md b/src/crewai_tools/tools/qdrant_vector_search_tool/README.md index f5a7f5e30..131dbca15 100644 --- a/src/crewai_tools/tools/qdrant_vector_search_tool/README.md +++ b/src/crewai_tools/tools/qdrant_vector_search_tool/README.md @@ -11,12 +11,12 @@ Qdrant is a vector database that is used to store and query vector embeddings. Y Install the crewai_tools package by executing the following command in your terminal: ```shell -uv pip install 'crewai[tools] qdrant-client fastembed' +uv pip install 'crewai[tools] qdrant-client openai' ``` ## Example -To utilize the QdrantVectorSearchTool for different use cases, follow these examples: +To utilize the QdrantVectorSearchTool for different use cases, follow these examples: Default model is openai. ```python from crewai_tools import QdrantVectorSearchTool