From f7014a111a1ec186d89cc3dbe1f89498078e40ad Mon Sep 17 00:00:00 2001 From: JosBecker Date: Wed, 15 May 2024 13:51:49 -0700 Subject: [PATCH 1/2] Update anomaly_detection.ipynb Update link to examples to go to other Embeddings examples (instead of going to a 404 error) --- site/en/gemini-api/tutorials/anomaly_detection.ipynb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/site/en/gemini-api/tutorials/anomaly_detection.ipynb b/site/en/gemini-api/tutorials/anomaly_detection.ipynb index 1a4e1e900..9f499d3f0 100644 --- a/site/en/gemini-api/tutorials/anomaly_detection.ipynb +++ b/site/en/gemini-api/tutorials/anomaly_detection.ipynb @@ -2936,7 +2936,11 @@ "\n", "To learn how to use other services in the Gemini API, visit the [Python quickstart](https://ai.google.dev/tutorials/python_quickstart).\n", "\n", - "To learn more about how you can use the embeddings, check out the [examples](../examples?keywords=embed) available. To learn how to create them from scratch, see TensorFlow's [Word Embeddings](https://www.tensorflow.org/text/guide/word_embeddings){:.external} tutorial." + "To learn more about how you can use embeddings, see these other tutorials:\n", + "\n", + " * [Clustering with Embeddings](https://ai.google.dev/gemini-api/tutorials/clustering_with_embeddings)\n", + " * [Document Search with Embeddings](https://ai.google.dev/gemini-api/tutorials/document_search)\n", + " * [Training a Text Classifer with Embeddings](https://ai.google.dev/gemini-api/tutorials/text_classifier_embeddings)" ] } ], From 25bfb480ffef5193cf5803036e342c75c89f96b6 Mon Sep 17 00:00:00 2001 From: JosBecker Date: Wed, 15 May 2024 16:43:40 -0700 Subject: [PATCH 2/2] Update anomaly_detection.ipynb Fixing formatting --- site/en/gemini-api/tutorials/anomaly_detection.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/en/gemini-api/tutorials/anomaly_detection.ipynb b/site/en/gemini-api/tutorials/anomaly_detection.ipynb index 9f499d3f0..c2f0d1d33 100644 --- a/site/en/gemini-api/tutorials/anomaly_detection.ipynb +++ b/site/en/gemini-api/tutorials/anomaly_detection.ipynb @@ -2936,7 +2936,7 @@ "\n", "To learn how to use other services in the Gemini API, visit the [Python quickstart](https://ai.google.dev/tutorials/python_quickstart).\n", "\n", - "To learn more about how you can use embeddings, see these other tutorials:\n", + "To learn more about how you can use embeddings, see these other tutorials:\n", "\n", " * [Clustering with Embeddings](https://ai.google.dev/gemini-api/tutorials/clustering_with_embeddings)\n", " * [Document Search with Embeddings](https://ai.google.dev/gemini-api/tutorials/document_search)\n",