Skip to content

Commit

Permalink
fix bedrock embedding model blueprint (opensearch-project#1562) (open…
Browse files Browse the repository at this point in the history
…search-project#1563)

Signed-off-by: Yaliang Wu <[email protected]>
(cherry picked from commit 012cc6c)

Co-authored-by: Yaliang Wu <[email protected]>
  • Loading branch information
opensearch-trigger-bot[bot] and ylwu-amzn authored Oct 27, 2023
1 parent b9c6e54 commit 3ceb266
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ POST /_plugins/_ml/models/sKR9PIsBQRofe4CSlUov/_deploy
POST /_plugins/_ml/models/sKR9PIsBQRofe4CSlUov/_predict
{
"parameters": {
"inputs": "What is the meaning of life?"
"inputText": "What is the meaning of life?"
}
}
```
Expand All @@ -162,9 +162,9 @@ Response:
1536
],
"data": [
0.5390625,
-0.46679688,
-0.125,
0.41992188,
-0.7265625,
-0.080078125,
...
]
}
Expand Down

0 comments on commit 3ceb266

Please sign in to comment.