From 225ee060306c67bcf3570209c318c04f475d0e07 Mon Sep 17 00:00:00 2001 From: Dheeraj Unni <116740203+Ryuzaki1415@users.noreply.github.com> Date: Fri, 26 Jul 2024 17:05:58 +0530 Subject: [PATCH] Corrected the acronym 'RAG' --- src/crewai_tools/tools/github_search_tool/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crewai_tools/tools/github_search_tool/README.md b/src/crewai_tools/tools/github_search_tool/README.md index 55e01dd50..c77e494c8 100644 --- a/src/crewai_tools/tools/github_search_tool/README.md +++ b/src/crewai_tools/tools/github_search_tool/README.md @@ -1,7 +1,7 @@ # GithubSearchTool ## 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: