Skip to content

Commit 2f69f64

Browse files
authored
Update gcp_vertexai_connector_embedding_blueprint.md (opensearch-project#3174)
Signed-off-by: Eric Pugh <epugh@opensourceconnections.com>
1 parent c7e564c commit 2f69f64

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/remote_inference_blueprints/gcp_vertexai_connector_embedding_blueprint.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### GCP VertexAI Embedding Connector Blueprint:
22

3-
## 1. Add VertextAI endpoint to trusted URLs:
3+
## 1. Add VertexAI endpoint to trusted URLs:
44

55
```json
66
PUT /_cluster/settings
@@ -72,7 +72,7 @@ POST /_plugins/_ml/models/_register
7272
"description": "test vertexAI model",
7373
"connector": {
7474
"name": "VertexAI Connector",
75-
"description": "The connector to public vertextAI model service for text embedding",
75+
"description": "The connector to public vertexAI model service for text embedding",
7676
"version": 1,
7777
"protocol": "http",
7878
"parameters": {
@@ -264,4 +264,4 @@ Response:
264264
"_seq_no": 36,
265265
"_primary_term": 3
266266
}
267-
```
267+
```

0 commit comments

Comments
 (0)