Generative AI on Google Cloud
Now that we’ve covered many important topics in the world of generative AI, this chapter will explore generative AI specifically in Google Cloud. We will discuss Google’s proprietary models, such as the Gemini, PaLM, Codey, Imagen, and MedLM APIs, which are each designed for different kinds of tasks, from language processing to medical analysis.
We will also review open source and third-party models available on Google Cloud via repositories such as Vertex AI Model Garden and Hugging Face.
Continuing from our discussion of vector databases in the previous chapter, we will explore various vector database options in Google Cloud, as well as potential use cases for each option.
Finally, we will use the information we’ll cover in this chapter to start building generative AI solutions in Google Cloud.
Specifically, this chapter covers the following topics:
- Overview of generative AI in Google Cloud
- Detailed exploration...