updated docs

This commit is contained in:
Lorenze Jay
2025-02-01 23:32:31 -08:00
parent dcd4481ae2
commit aff40529a5

View File

@@ -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