docs: Tool docs improvements (#2259)

* docs: add Qdrant vector search tool documentation

* Update installation docs to use uv and improve quickstart guide

* docs: improve installation instructions and add structured outputs video

* Update tool documentation with agent integration examples and consistent formatting
This commit is contained in:
Tony Kipkemboi
2025-03-03 10:29:37 -05:00
committed by GitHub
parent 86825e1769
commit 60d13bf7e8
24 changed files with 2950 additions and 410 deletions

View File

@@ -13,7 +13,7 @@ The Qdrant Vector Search Tool enables semantic search capabilities in your CrewA
Install the required packages:
```bash
uv pip install 'crewai[tools] qdrant-client'
uv add qdrant-client
```
## Basic Usage