mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 10:55:17 +00:00
Update company_codebase.md
This commit is contained in:
parent
3e11f07f0b
commit
351b9d9115
1 changed files with 2 additions and 2 deletions
|
|
@ -34,8 +34,8 @@ enable_rag=true
|
||||||
<td>If set to true, codebase enrichment using RAG will be enabled. Default is false.</td>
|
<td>If set to true, codebase enrichment using RAG will be enabled. Default is false.</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><b>rag_repo_list</b></td>
|
<td><b>rag_repo_list</b></td>
|
||||||
<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>
|
<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>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue