diff --git a/site/en/examples/vectordb_with_chroma.ipynb b/examples/gemini/python/vectordb_with_chroma/vectordb_with_chroma.ipynb similarity index 97% rename from site/en/examples/vectordb_with_chroma.ipynb rename to examples/gemini/python/vectordb_with_chroma/vectordb_with_chroma.ipynb index bc66dc927..70dfcab96 100644 --- a/site/en/examples/vectordb_with_chroma.ipynb +++ b/examples/gemini/python/vectordb_with_chroma/vectordb_with_chroma.ipynb @@ -48,13 +48,10 @@ "source": [ "\n", " \n", " \n", - " \n", "
\n", - " View on Generative AI\n", + " Run in Google Colab\n", " \n", - " Run in Google Colab\n", - " \n", - " View source on GitHub\n", + " View source on GitHub\n", "
\n" ] @@ -192,7 +189,7 @@ "source": [ "Key Point: Next, you will choose a model. Any embedding model will work for this tutorial, but for real applications it's important to choose a specific model and stick with it. The outputs of different models are not compatible with each other.\n", "\n", - "**Note**: At this time, the Gemini API is [only available in certain regions](https://developers.generativeai.google/available_regions)." + "**Note**: At this time, the Gemini API is [only available in certain regions](https://ai.google.dev/available_regions)." ] }, { @@ -803,7 +800,7 @@ "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](../tutorials/python_quickstart.ipynb)." + "To learn more about how you can use the embeddings, check out the [examples](https://ai.google.dev/examples?keywords=embed) available. To learn how to use other services in the Gemini API, visit the [Python quickstart](../../../../site/en/tutorials/python_quickstart.ipynb)." ] } ],