The TXTSearchTool
is designed to perform a RAG (Retrieval-Augmented Generation) search within the content of a text file.
TXTSearchTool
, you first need to install the crewai_tools
package.
This can be done using pip, a package manager for Python.
Open your terminal or command prompt and enter the following command:
txt
(str): Optional. The path to the text file you want to search.
This argument is only required if the tool was not initialized with a specific text file;
otherwise, the search will be conducted within the initially provided text file.