diff --git a/docs/docs/core-abilities/company_codebase.md b/docs/docs/core-abilities/company_codebase.md index 480db288..6a746e82 100644 --- a/docs/docs/core-abilities/company_codebase.md +++ b/docs/docs/core-abilities/company_codebase.md @@ -21,7 +21,7 @@ By indexing your company's code and using Retrieval-Augmented Generation (RAG), ### Configuration options In order to enable the RAG feature, add the following lines to your configuration file: -``` +``` toml [rag_arguments] enable_rag=true ```