File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -256,6 +256,8 @@ The proposal is to add a `chat.rag.enable` configuration (or the equivalent `--r
256
256
ilab model chat --rag
257
257
` ` `
258
258
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
+
259
261
# ### Command Purpose
260
262
261
263
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
286
288
### 2.7 RAG Chat Commands
287
289
288
290
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`.
290
292
291
293
The current status could be displayed with an additional marker on the chat status bar, as in (top right corner):
292
294
You can’t perform that action at this time.
0 commit comments