From bc211eaac51ce9686add8237aa7ae42a689e8104 Mon Sep 17 00:00:00 2001 From: Gabriel Tseng Date: Tue, 27 May 2025 10:04:27 +0800 Subject: [PATCH] markdown links are strange --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e1cda23..03f3f40 100644 --- a/README.md +++ b/README.md @@ -170,10 +170,11 @@ dtype: int64 ``` ## Generating Presto Embeddings in Google Earth Engine -You can generate Presto embeddings in Google Earth Engine by: +You can generate Presto embeddings in Google Earth Engine by: 1. Deploying Presto to Vertex AI Open In Colab + 2. Using the [ee.Model.fromVertexAi](https://developers.google.com/earth-engine/apidocs/ee-model-fromvertexai) function in Google Earth Engine ([script on GEE](https://code.earthengine.google.com/1d196e8466506239c4780585c0e28d26)) ## Reference