Skip to content

Commit 7499ef8

Browse files
committed
Finish process->convert renaming
Signed-off-by: Anastas Stoyanovsky <[email protected]>
1 parent aaba5d2 commit 7499ef8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/rag/ilab-rag-retrieval.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ consistently to all new and updated commands.
9797

9898
### 2.2 Document Processing Pipeline
9999

100-
The proposal is to add a `process` sub-command to the `rag` command group.
100+
The proposal is to add a `convert` sub-command to the `rag` command group.
101101

102102
For the Taxonomy path (no Model Training):
103103

@@ -157,8 +157,8 @@ Options:
157157
158158
| Option Description | Default Value | CLI Flag | Environment Variable |
159159
|--------------------|---------------|----------|----------------------|
160-
| Location folder of user documents. In case it's missing, the taxonomy is navigated to look for updated knowledge documents.| | `--input` | `ILAB_PROCESS_INPUT` |
161-
| Location folder of processed documents. | | `--ouput` | `ILAB_PROCESS_OUTPUT` |
160+
| Location folder of user documents. In case it's missing, the taxonomy is navigated to look for updated knowledge documents.| | `--input` | `ILAB_CONVERT_INPUT` |
161+
| Location folder of processed documents. | | `--ouput` | `ILAB_CONVERT_OUTPUT` |
162162
| Base directories where models are stored. | `$HOME/.cache/instructlab/models` | `--model-dir` | `ILAB_MODEL_DIR` |
163163
| Name of the embedding model. | **TBD** | `--embedding-model` | `ILAB_EMBEDDING_MODEL_NAME` |
164164

0 commit comments

Comments
 (0)