From d0d87d7ddddb8c0259507c83b93ab301cb02695e Mon Sep 17 00:00:00 2001 From: JosBecker Date: Thu, 16 May 2024 16:08:01 -0700 Subject: [PATCH] Updates links to the examples --- .../gemini-api/tutorials/clustering_with_embeddings.ipynb | 8 +++++++- site/en/gemini-api/tutorials/document_search.ipynb | 8 +++++++- .../gemini-api/tutorials/text_classifier_embeddings.ipynb | 8 +++++++- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/site/en/gemini-api/tutorials/clustering_with_embeddings.ipynb b/site/en/gemini-api/tutorials/clustering_with_embeddings.ipynb index 4f2518f3a..4df15b305 100644 --- a/site/en/gemini-api/tutorials/clustering_with_embeddings.ipynb +++ b/site/en/gemini-api/tutorials/clustering_with_embeddings.ipynb @@ -2857,7 +2857,13 @@ "\n", "There are other clustering algorithms outside of KMeans as well, such as [density-based spatial clustering (DBSCAN)](https://scikit-learn.org/stable/modules/generated/sklearn.cluster.DBSCAN.html){:.external}.\n", "\n", - "To learn how to use other services in the Gemini API, visit the [Python quickstart](https://ai.google.dev/gemini-api/docs/get-started/python). 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 how to use other services in the Gemini API, see 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", + "\n", + " * [Anomaly Detection with Embeddings](https://ai.google.dev/gemini-api/tutorials/anomaly_detection)\n", + " * [Document Search with Embeddings](https://ai.google.dev/gemini-api/tutorials/document_search)\n", + " * [Training a Text Classifier with Embeddings](https://ai.google.dev/gemini-api/tutorials/text_classifier_embeddings)" ] } ], diff --git a/site/en/gemini-api/tutorials/document_search.ipynb b/site/en/gemini-api/tutorials/document_search.ipynb index 227badd48..c24ef9d98 100644 --- a/site/en/gemini-api/tutorials/document_search.ipynb +++ b/site/en/gemini-api/tutorials/document_search.ipynb @@ -1228,7 +1228,13 @@ "source": [ "## Next steps\n", "\n", - "To learn how to use other services in the Gemini API, visit the [Python quickstart](https://ai.google.dev/gemini-api/docs/get-started/python)." + "To learn how to use other services in the Gemini API, see 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", + "\n", + " * [Anomaly Detection with Embeddings](https://ai.google.dev/gemini-api/tutorials/anomaly_detection)\n", + " * [Clustering with Embeddings](https://ai.google.dev/gemini-api/tutorials/clustering_with_embeddings)\n", + " * [Training a Text Classifier with Embeddings](https://ai.google.dev/gemini-api/tutorials/text_classifier_embeddings)" ] } ], diff --git a/site/en/gemini-api/tutorials/text_classifier_embeddings.ipynb b/site/en/gemini-api/tutorials/text_classifier_embeddings.ipynb index 42c78d082..d1bcedc5a 100644 --- a/site/en/gemini-api/tutorials/text_classifier_embeddings.ipynb +++ b/site/en/gemini-api/tutorials/text_classifier_embeddings.ipynb @@ -1537,7 +1537,13 @@ "source": [ "## Next steps\n", "\n", - "To learn more about how you can use the embeddings, check out the [examples](../examples?keywords=embed) available. To learn how to use other services in the Gemini API, visit the [Python quickstart](https://ai.google.dev/gemini-api/docs/get-started/python)." + "To learn how to use other services in the Gemini API, see 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", + "\n", + " * [Anomaly Detection with Embeddings](https://ai.google.dev/gemini-api/tutorials/anomaly_detection)\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" ] } ],