File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -57,10 +57,10 @@ AI21 Labs:
5757 ```
5858
5959 >>Optional arguments:
60- >>`--recreate` for recreating the index in OpenSearch
61- >>`--early-stop` to load only 100 embedded documents into OpenSearch
62- >>`--index` to use a different index than the default **rag**
63- >>`--region` in case you are not using the default **us-east-1**
60+ >>- `--recreate` for recreating the index in OpenSearch
61+ >>- `--early-stop` to load only 100 embedded documents into OpenSearch
62+ >>- `--index` to use a different index than the default **rag**
63+ >>- `--region` in case you are not using the default **us-east-1**
6464
65653. Now that we have embedded text, into our OpenSearch cluster, we can start querying our LLM model Titan text in Amazon Bedrock with RAG
6666
@@ -69,9 +69,9 @@ AI21 Labs:
6969 ```
7070
7171 >>Optional arguments:
72- >>`--index` to use a different index than the default **rag**
73- >>`--region` in case you are not using the default **us-east-1**
74- >>`--bedrock-model-id` to choose different models than Anthropic' s Claude v2
72+ >>- `--index` to use a different index than the default **rag**
73+ >>- `--region` in case you are not using the default **us-east-1**
74+ >>- `--bedrock-model-id` to choose different models than Anthropic' s Claude v2
7575
7676# ## Cleanup
7777
You can’t perform that action at this time.
0 commit comments