Generative AI in Polyglot Notebooks
Over Part 1 and Part 2 of this book, we covered data analytics and data science workflows and showed how data can produce insight, guide decision-making, and even help you train predictive models.
This chapter switches direction and covers a specific branch of artificial intelligence (AI) that has erupted in popularity and capabilities in recent years – generative AI.
While generative AI is not unique to Polyglot Notebooks, the notebook environment can make inspecting complex result objects easier.
In this chapter, we’ll use our prowess with Polyglot Notebooks to connect to and interact with generative AI models, see how Polyglot Notebooks provides an ideal sandbox to experiment with generative AI, and explore complex response objects returned by various APIs.
In this chapter, we’ll cover the following topics:
- Understanding Generative AI
- Deploying generative AI models on Azure
- Connecting to an Azure...