This course explores a Retrieval Augmented Generation (RAG) solution in BigQuery to mitigate AI hallucinations. It introduces a RAG workflow that encompasses creating embeddings, searching a vector space, and generating improved answers. The course explains the conceptual reasons behind these steps and their practical implementation with BigQuery. By the end of the course, learners will be able to build a RAG pipeline using BigQuery and generative AI models like Gemini and embedding models to address their own AI hallucination use cases.
What you'll learn
Create embeddings for text data using BigQuery and embedding models
Perform vector similarity searches in BigQuery vector spaces
Build end-to-end RAG pipelines to mitigate AI hallucinations
Integrate generative AI models like Gemini with BigQuery workflows
Apply RAG techniques to real-world use cases requiring accurate AI outputs
Course objectives
Understand the conceptual foundations of Retrieval Augmented Generation
Implement RAG workflows using BigQuery's vector search capabilities
Learn to address AI hallucination problems with practical solutions