From 75feeabc3c8757982d4f327eccf3c6398949ff9d 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 92136af24..3995054a4 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: