Skip to content

Commit ffb97b8

Browse files
committed
Update RAG config indexing instructions and add new examples
1 parent 6279b10 commit ffb97b8

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

doc/source/modules/configuration/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ The RAG config is configured with the following properties:
375375

376376
Remember that currently all the relevant data/models can be accessed and modified from the Django admin panel ([http://localhost/back/admin/](http://localhost/back/admin/)) or from the CLI.
377377

378-
It is important to run the indexing tasks manually after creating, modifying a RAG config, or after modifying the knowledge base. You can do it from the RAGConfig django admin panel.
378+
It is **very important** to run the indexing tasks manually after creating, modifying a RAG config, or after modifying the knowledge base. You can do it from the RAGConfig django admin panel.
379379

380380

381381
An example of a RAG config is the following:
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Examples
22

3-
- [PDFs as the data source](pdf_data_source.md)
4-
- [Using an API LLM](api_llm.md)
3+
- [Using a CSV file as the data source](csv_data_source.md)
4+
- [Using PDFs as the data source](pdf_data_source.md)
5+
- [Using an API LLM](api_llm.md)
6+
- [Using an open-source LLM](open_source_llm.md)

0 commit comments

Comments
 (0)