From d6f79f486aead730582300bbbf09f45e6f904181 Mon Sep 17 00:00:00 2001 From: ofir-frd Date: Tue, 25 Mar 2025 12:42:11 +0200 Subject: [PATCH] Update code block syntax highlighting in company_codebase documentation --- docs/docs/core-abilities/company_codebase.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```