You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An organized, semantic database that aggregates all your company’s source code into one searchable repository, enabling efficient code discovery and analysis.
7
+
### What is RAG Context Enrichment?
10
8
11
-
### How does Company Codebase work?
9
+
A feature that enhances AI analysis by retrieving and referencing relevant code patterns from your project, enabling context-aware insights during code reviews.
12
10
13
-
By indexing your company's code and using Retrieval-Augmented Generation (RAG), it retrieves contextual code segments on demand, improving pull request (PR) insights and accelerating review accuracy.
11
+
### How does RAG Context Enrichment work?
14
12
13
+
Using Retrieval-Augmented Generation (RAG), it searches your configured repositories for contextually relevant code segments, enriching pull request (PR) insights and accelerating review accuracy.
15
14
16
15
## Getting started
17
16
@@ -23,35 +22,35 @@ By indexing your company's code and using Retrieval-Augmented Generation (RAG),
23
22
In order to enable the RAG feature, add the following lines to your configuration file:
24
23
```toml
25
24
[rag_arguments]
26
-
enable_rag=true
25
+
enable_rag=true
27
26
```
28
27
29
28
!!! example "RAG Arguments Options"
30
29
31
30
<table>
32
31
<tr>
33
32
<td><b>enable_rag</b></td>
34
-
<td>If set to true, codebase enrichment using RAG will be enabled. Default is false.</td>
33
+
<td>If set to true, repository enrichment using RAG will be enabled. Default is false.</td>
35
34
</tr>
36
35
<tr>
37
36
<td><b>rag_repo_list</b></td>
38
-
<td>A list of repositories that will be used by the semantic search for RAG. Use `['all']` to consider the entire codebase or a select list or repositories, for example: ['my-org/my-repo', ...]. Default: the repository from which the PR was opened.</td>
37
+
<td>A list of repositories that will be used by the semantic search for RAG. Use `['all']` to consider the entire codebase or a select list of repositories, for example: ['my-org/my-repo', ...]. Default: the repository from which the PR was opened.</td>
39
38
</tr>
40
39
</table>
41
40
42
41
43
-
References from the codebase will be shown in a collapsible bookmark, allowing you to easily access relevant code snippets:
42
+
References from the repository will be shown in a collapsible bookmark, allowing you to easily access relevant code snippets:
Copy file name to clipboardexpand all lines: docs/docs/index.md
+1
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ Qodo Merge is a hosted version of PR-Agent, designed for companies and teams tha
9
9
10
10
- See the [Tools Guide](./tools/index.md) for a detailed description of the different tools.
11
11
12
+
- See the [Video Tutorials](https://www.youtube.com/playlist?list=PLRTpyDOSgbwFMA_VBeKMnPLaaZKwjGBFT) for practical demonstrations on how to use the tools.
0 commit comments