From 7499ef82428eede1c216077f97e9a29064c7b3ad Mon Sep 17 00:00:00 2001 From: Anastas Stoyanovsky Date: Wed, 8 Jan 2025 13:11:13 -0500 Subject: [PATCH] Finish process->convert renaming Signed-off-by: Anastas Stoyanovsky --- docs/rag/ilab-rag-retrieval.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/rag/ilab-rag-retrieval.md b/docs/rag/ilab-rag-retrieval.md index d9b468d..58d7b7a 100644 --- a/docs/rag/ilab-rag-retrieval.md +++ b/docs/rag/ilab-rag-retrieval.md @@ -97,7 +97,7 @@ consistently to all new and updated commands. ### 2.2 Document Processing Pipeline -The proposal is to add a `process` sub-command to the `rag` command group. +The proposal is to add a `convert` sub-command to the `rag` command group. For the Taxonomy path (no Model Training): @@ -157,8 +157,8 @@ Options: | Option Description | Default Value | CLI Flag | Environment Variable | |--------------------|---------------|----------|----------------------| -| Location folder of user documents. In case it's missing, the taxonomy is navigated to look for updated knowledge documents.| | `--input` | `ILAB_PROCESS_INPUT` | -| Location folder of processed documents. | | `--ouput` | `ILAB_PROCESS_OUTPUT` | +| Location folder of user documents. In case it's missing, the taxonomy is navigated to look for updated knowledge documents.| | `--input` | `ILAB_CONVERT_INPUT` | +| Location folder of processed documents. | | `--ouput` | `ILAB_CONVERT_OUTPUT` | | Base directories where models are stored. | `$HOME/.cache/instructlab/models` | `--model-dir` | `ILAB_MODEL_DIR` | | Name of the embedding model. | **TBD** | `--embedding-model` | `ILAB_EMBEDDING_MODEL_NAME` |