diff --git a/docs/docs/core-abilities/rag_context_enrichment.md b/docs/docs/core-abilities/rag_context_enrichment.md index a2064c3f..aa706b29 100644 --- a/docs/docs/core-abilities/rag_context_enrichment.md +++ b/docs/docs/core-abilities/rag_context_enrichment.md @@ -42,26 +42,23 @@ enable_rag=true ### Applications -#### 1\. The `/review` Tool +=== "`/review`" + The [`/review`](https://qodo-merge-docs.qodo.ai/tools/review/) tool offers the _Focus area from RAG data_ which contains feedback based on the RAG references analysis. + The complete list of references found relevant to the PR will be shown in the _References_ section, helping developers understand the broader context by exploring the provided references. -The [`/review`](https://qodo-merge-docs.qodo.ai/tools/review/) tool offers the _Focus area from RAG data_ which contains feedback based on the RAG references analysis. -The complete list of references found relevant to the PR will be shown in the _References_ section, helping developers understand the broader context by exploring the provided references. + ![RAGed review tool](https://codium.ai/images/pr_agent/rag_review.png){width=640} -![References](https://codium.ai/images/pr_agent/rag_review.png){width=640} +=== "`/implement`" + The [`/implement`](https://qodo-merge-docs.qodo.ai/tools/implement/) tool utilizes the RAG feature to provide comprehensive context of the repository codebase, allowing it to generate more refined code output. + The _References_ section contains links to the content used to support the code generation. -#### 2\. The `/implement` Tool + ![RAGed implement tool](https://codium.ai/images/pr_agent/rag_implement.png){width=640} -The [`/implement`](https://qodo-merge-docs.qodo.ai/tools/implement/) tool utilizes the RAG feature to provide comprehensive context of the repository codebase, allowing it to generate more refined code output. -The _References_ section contains links to the content used to support the code generation. +=== "`/ask`" + The [`/ask`](https://qodo-merge-docs.qodo.ai/tools/ask/) tool can access broader repository context through the RAG feature when answering questions that go beyond the PR scope alone. + The _References_ section displays the additional repository content consulted to formulate the answer. -![References](https://codium.ai/images/pr_agent/rag_implement.png){width=640} - -#### 3\. The `/ask` Tool - -The [`/ask`](https://qodo-merge-docs.qodo.ai/tools/ask/) tool can access broader repository context through the RAG feature when answering questions that go beyond the PR scope alone. -The _References_ section displays the additional repository content consulted to formulate the answer. - -![References](https://codium.ai/images/pr_agent/rag_ask.png){width=640} + ![RAGed ask tool](https://codium.ai/images/pr_agent/rag_ask.png){width=640} ## Limitations