Skip to content

Commit

Permalink
Update anomaly_detection.ipynb (#423)
Browse files Browse the repository at this point in the history
* Update anomaly_detection.ipynb

Update link to examples to go to other Embeddings examples (instead of going to a 404 error)

* Update anomaly_detection.ipynb

Fixing formatting
  • Loading branch information
JosBecker authored May 15, 2024
1 parent 8384bed commit 8912bf0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion site/en/gemini-api/tutorials/anomaly_detection.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
]
}
],
Expand Down

0 comments on commit 8912bf0

Please sign in to comment.