@@ -85,10 +85,10 @@ For example, the `vectordb-uri` argument can be implemented using the `click` mo
85
85
86
86
The embedding model used to generate text embeddings must be downloaded locally before executing the pipeline.
87
87
88
- For example, this command can be used to download the ` sentence-transformers/all-minilm-l6-v2 ` model to the local models cache:
88
+ For example, this command can be used to download the ` ibm-granite/granite-embedding-125m-english ` model to the local models cache:
89
89
90
90
``` bash
91
- ilab model download -rp sentence-transformers/all-minilm-l6-v2
91
+ ilab model download -rp ibm-granite/granite-embedding-125m-english
92
92
```
93
93
94
94
If the configured embedding model has not been cached, the command execution will terminate with an error. This requirement applies
@@ -336,7 +336,7 @@ chat:
336
336
retriever:
337
337
top_k: 20
338
338
embedder:
339
- model_name: sentence-transformers/all-minilm-l6-v2
339
+ model_name: ibm-granite/granite-embedding-125m-english
340
340
document_store:
341
341
type: milvuslite
342
342
uri: embeddings.db
@@ -427,7 +427,7 @@ ilab serve --rag-embeddings --image-name=docker.io/user/my_rag_artifacts:1.0 --p
427
427
ilab model chat --rag --retriever-type api --retriever-uri http://localhost:8123
428
428
```
429
429
430
- [shareable-excalidraw]: https://excalidraw.com/#json=UNReLpF8DSFoe-zg4w7I8,rZjZB4ZQnpmkM084B4qjkw
430
+ [shareable-excalidraw]: https://excalidraw.com/#json=P2mG25EAjeBRvqzpfIGXv,tlKJPzA2HakGygxJbmn-VQ
431
431
[ilab-knowledge]: https://github.com/instructlab/taxonomy?tab=readme-ov-file#getting-started-with-knowledge-contributions
432
432
[sdg-diff-strategy]: https://github.com/instructlab/sdg/blob/main/src/instructlab/sdg/utils/taxonomy.py
433
433
[chat_template]: https://github.com/instructlab/instructlab/blob/0a773f05f8f57285930df101575241c649f591ce/src/instructlab/configuration.py#L244
0 commit comments