mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-09 08:08:32 +00:00
clearer docs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user