From a6ff3429484353c0b9e9ed106e5d0864e3a6a71a Mon Sep 17 00:00:00 2001 From: Alex Brinsmead <207076+abrinsmead@users.noreply.github.com> Date: Fri, 5 Jul 2024 21:31:51 -0700 Subject: [PATCH] Fix incorrect definition of RAG in GithubTool docs (#864) --- docs/tools/GitHubSearchTool.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tools/GitHubSearchTool.md b/docs/tools/GitHubSearchTool.md index 92136af246..3995054a4f 100644 --- a/docs/tools/GitHubSearchTool.md +++ b/docs/tools/GitHubSearchTool.md @@ -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: