mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-30 02:28:13 +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:
|
Install the crewai_tools package by executing the following command in your terminal:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
uv pip install 'crewai[tools] qdrant-client fastembed'
|
uv pip install 'crewai[tools] qdrant-client openai'
|
||||||
```
|
```
|
||||||
|
|
||||||
## Example
|
## 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
|
```python
|
||||||
from crewai_tools import QdrantVectorSearchTool
|
from crewai_tools import QdrantVectorSearchTool
|
||||||
|
|||||||
Reference in New Issue
Block a user