Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update gcp_vertexai_connector_embedding_blueprint.md #3174

Merged
merged 1 commit into from
Oct 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
}
```
```
Loading