Skip to content

Commit

Permalink
Fix incorrect definition of RAG in GithubTool docs (#864)
Browse files Browse the repository at this point in the history
  • Loading branch information
abrinsmead committed Jul 6, 2024
1 parent d2eb54e commit a6ff342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tools/GitHubSearchTool.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
We are still working on improving tools, so there might be unexpected behavior or changes in the future.

## Description
The GithubSearchTool is a Read, Append, and Generate (RAG) tool specifically designed for conducting semantic searches within GitHub repositories. Utilizing advanced semantic search capabilities, it sifts through code, pull requests, issues, and repositories, making it an essential tool for developers, researchers, or anyone in need of precise information from GitHub.
The GithubSearchTool is a Retrieval-Augmented Generation (RAG) tool specifically designed for conducting semantic searches within GitHub repositories. Utilizing advanced semantic search capabilities, it sifts through code, pull requests, issues, and repositories, making it an essential tool for developers, researchers, or anyone in need of precise information from GitHub.

## Installation
To use the GithubSearchTool, first ensure the crewai_tools package is installed in your Python environment:
Expand Down

0 comments on commit a6ff342

Please sign in to comment.