Skip to content

Commit

Permalink
Add multimodal starting support version in doc
Browse files Browse the repository at this point in the history
Signed-off-by: zane-neo <[email protected]>
  • Loading branch information
zane-neo committed Oct 10, 2024
1 parent 0f8c3eb commit 44b5c83
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ PUT /_cluster/settings

If you are using self-managed Opensearch, you should supply AWS credentials.
You have two different approaches to specify the pre&post process function and request body in the API:

**Use build-in function**
> You can use this starting from OpenSearch 2.16
```json
POST /_plugins/_ml/connectors/_create
{
Expand Down Expand Up @@ -73,7 +75,9 @@ POST /_plugins/_ml/connectors/_create
If using the AWS Opensearch Service, you can provide an IAM role arn that allows access to the bedrock service.
Refer to this [AWS doc](https://docs.aws.amazon.com/opensearch-service/latest/developerguide/ml-amazon-connector.html)
You have two different approaches to specify the pre&post process function and request body in the API:

**Use build-in function**
> You can use this starting from OpenSearch 2.16
```json
POST /_plugins/_ml/connectors/_create
{
Expand Down

0 comments on commit 44b5c83

Please sign in to comment.