You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 9, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: docs/rag/ilab-rag-retrieval.md
+11-8Lines changed: 11 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,10 @@
9
9
10
10
**Version**: 0.1
11
11
12
+
**Options to Rebuild Excalidraw Diagrams**:
13
+
* Using this [shareable link][shareable-excalidraw]
14
+
* Importing the scene from the exported [DSL](./images/rag-ingestion-and-chat.excalidraw)
15
+
12
16
## 1. Introduction
13
17
This document proposes enhancements to the `ilab` CLI to support workflows utilizing Retrieval-Augmented Generation
14
18
(RAG) artifacts within `InstructLab`. The proposed changes introduce new commands and options for the embedding ingestion
@@ -23,19 +27,19 @@ The commands are tailored to support diverse user experiences, all enabling the
23
27
24
28
### 1.2 Model Training Path
25
29
This flow is designed for users who aim to train their own models and leverage the source documents that support knowledge submissions to enhance the chat context:
**Note**: documents are processed using `instructlab-sdg` package and are defined using the docling v1 schema.
29
33
30
34
### 1.3 Tanomony Path (no Training)
31
35
This flow is for users who have defined taxonomy knowledge but prefer not to train their own models. Instead, they aim to generate RAG artifacts from source documents to enhance the chat context:
0 commit comments