Skip to content

Commit

Permalink
fix bedrock embedding model blueprint (opensearch-project#1562)
Browse files Browse the repository at this point in the history
Signed-off-by: Yaliang Wu <[email protected]>
  • Loading branch information
ylwu-amzn authored and austintlee committed Feb 29, 2024
1 parent 5dc8f5b commit 01fc044
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 01fc044

Please sign in to comment.