Update code block syntax highlighting in company_codebase documentation

This commit is contained in:
ofir-frd
2025-03-25 12:42:11 +02:00
parent b0ed584821
commit d6f79f486a

View File

@ -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
```