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 92aeb60f6..f5a7f5e30 100644 --- a/src/crewai_tools/tools/qdrant_vector_search_tool/README.md +++ b/src/crewai_tools/tools/qdrant_vector_search_tool/README.md @@ -11,7 +11,7 @@ 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]' +uv pip install 'crewai[tools] qdrant-client fastembed' ``` ## Example