Skip to content

Commit 896dfc1

Browse files
committed
one more comment
Signed-off-by: Daniele Martinoli <[email protected]>
1 parent 140adf1 commit 896dfc1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/rag/ilab-rag-retrieval.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,8 @@ The proposal is to add a `chat.rag.enable` configuration (or the equivalent `--r
256256
ilab model chat --rag
257257
```
258258

259+
As with the commands in the `ilab rag` group, a precondition is that `ILAB_ENABLE_EXPERIMENTAL` environment variable must be set to `1`.
260+
259261
#### Command Purpose
260262

261263
This command enhances the existing `ilab model chat` functionality by integrating contextual information retrieved from user-provided documents,
@@ -286,7 +288,7 @@ Future extensions should align prompt management with the existing InstructLab d
286288
### 2.7 RAG Chat Commands
287289
288290
The `/r` command may be added to the `ilab model chat` command to dynamically toggle the execution of the RAG pipeline.
289-
This will only appear in the help list if `ILAB_ENABLE_EXPERIMENTAL` is set to `1`.
291+
This will only appear in the help list if `ILAB_ENABLE_EXPERIMENTAL` environment variable is set to `1`.
290292
291293
The current status could be displayed with an additional marker on the chat status bar, as in (top right corner):
292294

0 commit comments

Comments
 (0)