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, as well as embedding models to address their own AI hallucination use cases.
Overview
MIT Sloan: Drive Business Value with AI
6-week cohort with live MIT Faculty sessions. Learn to scale AI beyond the pilot stage.
Build Your AI Strategy
Syllabus
- Generate embeddings using the embedding models with BigQuery
- Perform vector search in BigQuery and understand its process
- Create a RAG (Retrieval Augmented Generation) pipeline with BigQuery