From aff40529a5f9853e36fd46f420734c6460cdc3f9 Mon Sep 17 00:00:00 2001 From: Lorenze Jay Date: Sat, 1 Feb 2025 23:32:31 -0800 Subject: [PATCH] updated docs --- src/crewai_tools/tools/qdrant_vector_search_tool/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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