Skip to content

Commit a217255

Browse files
author
omerh
committed
minor readme fix
1 parent 9497f5e commit a217255

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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
6565
3. 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

0 commit comments

Comments
 (0)