Skip to content

Commit 5d8dc2c

Browse files
committed
add Yandex Cloud embeddings connector blueprint
Signed-off-by: Mikhail Khludnev <mkhl@apache.org>
1 parent 8a05765 commit 5d8dc2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/remote_inference_blueprints/standard_blueprints/yandexcloud_connector_embedding_standard_blueprint.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ POST /_plugins/_ml/models/_register
9090
```json
9191
POST /_plugins/_ml/models/_register
9292
{
93-
"name": "Bedrock text embedding model",
93+
"name": "YC text embedding model",
9494
"function_name": "remote",
9595
"description": "test model",
9696
"connector_id": "nzh9PIsBnGXNcxYpPEcv"
@@ -117,7 +117,7 @@ POST /_plugins/_ml/models/CzEou5oBdUNOOrVA10Db/_predict
117117
}
118118
```
119119

120-
Sample response of Yadex Cloud AI Studio Embedding:
120+
Sample response of Yandex Cloud AI Studio Embedding:
121121

122122
```json
123123
{

0 commit comments

Comments
 (0)