Skip to content

Commit

Permalink
Merge pull request #4 from anastasds/rag-anastasds-signoff
Browse files Browse the repository at this point in the history
Finish process->convert renaming
  • Loading branch information
dmartinol authored Jan 8, 2025
2 parents aaba5d2 + 7499ef8 commit a9184fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/rag/ilab-rag-retrieval.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):

Expand Down Expand Up @@ -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` |

Expand Down

0 comments on commit a9184fe

Please sign in to comment.