Skip to content

Commit 012cc6c

Browse files
authored
fix bedrock embedding model blueprint (opensearch-project#1562)
Signed-off-by: Yaliang Wu <ylwu@amazon.com>
1 parent 713dcba commit 012cc6c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/remote_inference_blueprints/bedrock_connector_titan_embedding_blueprint.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ POST /_plugins/_ml/models/sKR9PIsBQRofe4CSlUov/_deploy
144144
POST /_plugins/_ml/models/sKR9PIsBQRofe4CSlUov/_predict
145145
{
146146
"parameters": {
147-
"inputs": "What is the meaning of life?"
147+
"inputText": "What is the meaning of life?"
148148
}
149149
}
150150
```
@@ -162,9 +162,9 @@ Response:
162162
1536
163163
],
164164
"data": [
165-
0.5390625,
166-
-0.46679688,
167-
-0.125,
165+
0.41992188,
166+
-0.7265625,
167+
-0.080078125,
168168
...
169169
]
170170
}

0 commit comments

Comments
 (0)