From the course: Rust LLMOps

Unlock this course with a free trial

Join today to access over 24,700 courses taught by industry experts.

Exploring the Google Cloud Generative AI App Builder

Exploring the Google Cloud Generative AI App Builder - Rust Tutorial

From the course: Rust LLMOps

Exploring the Google Cloud Generative AI App Builder

- [Instructor] An emerging new technology inside of the generative AI space is the ability to use generative AI to build apps more quickly. If we take a look at Google Cloud Gen app builder, you can see here we have Type, Configuration and Data. These are the three components of building an app using generative AI, and we have Search, Chat and Recommendations. So first up here, if we take a look at Search, you can see that you're able to have a Enterprise edition. So you could do extractive answers, for example, you could also do an advanced LLM feature. So you could have search summarization, search with follow-ups. So this is a great feature here in terms of using really off the shelf LLM technology in building your application. Another one we could build as well is the Chat. So let's go ahead and take a look at how that would work. So if we go through here and we go into our Chat interface, what I'll be able to do is build out a new application that uses chat, and we can have…

Contents