Skip to content

Commit

Permalink
Update gcp_vertexai_connector_embedding_blueprint.md (#3174)
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Pugh <[email protected]>
  • Loading branch information
epugh authored Oct 28, 2024
1 parent c7e564c commit 2f69f64
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### GCP VertexAI Embedding Connector Blueprint:

## 1. Add VertextAI endpoint to trusted URLs:
## 1. Add VertexAI endpoint to trusted URLs:

```json
PUT /_cluster/settings
Expand Down Expand Up @@ -72,7 +72,7 @@ POST /_plugins/_ml/models/_register
"description": "test vertexAI model",
"connector": {
"name": "VertexAI Connector",
"description": "The connector to public vertextAI model service for text embedding",
"description": "The connector to public vertexAI model service for text embedding",
"version": 1,
"protocol": "http",
"parameters": {
Expand Down Expand Up @@ -264,4 +264,4 @@ Response:
"_seq_no": 36,
"_primary_term": 3
}
```
```

0 comments on commit 2f69f64

Please sign in to comment.