Skip to content

Commit 7d6a2d3

Browse files
authored
Amend #3725: Fix Typo (#3744)
* add standard blueprint for azure embedding ada2 Signed-off-by: Shengbo Ma <shengboma@gmail.com> * fix typo Signed-off-by: Shengbo Ma <shengboma@gmail.com> --------- Signed-off-by: Shengbo Ma <shengboma@gmail.com>
1 parent 28d8c3a commit 7d6a2d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/remote_inference_blueprints/standard_blueprints/azure_openai_connector_embedding_standard_blueprint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ POST /_plugins/_ml/connectors/_create
5252
```
5353

5454
> [!NOTE]
55-
> If you need to the input type to be a string instead of array of strings, you can modify the request body to:
55+
> If you need the input type to be a string instead of array of strings, you can modify the request body to:
5656
> ```json
5757
> "request_body": "{ \"input\": \"${parameters.input}\" }"
5858
> ```

0 commit comments

Comments
 (0)