mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-11 00:58:30 +00:00
docs: update docxsearchtool.mdx
- add `docx2txt` as a dependency requirement for the tool
This commit is contained in:
@@ -22,7 +22,7 @@ streamlining the process of finding specific information within large document c
|
|||||||
Install the crewai_tools package by running the following command in your terminal:
|
Install the crewai_tools package by running the following command in your terminal:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
pip install 'crewai[tools]'
|
uv pip install docx2txt 'crewai[tools]'
|
||||||
```
|
```
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
@@ -76,4 +76,4 @@ tool = DOCXSearchTool(
|
|||||||
),
|
),
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user