Sign in to view content

Sign in to view this lesson and continue learning.

Prompt Engineering + Basic RAG Day 2 Lab

Module
61 mins
SQLPythonLLMs

Description

In this lab, Zach sets up a retrieval-augmented generation (RAG) system, which included creating a vector database in Supabase. During the session, he demonstrates how to load synthetic job and profile data into this table, emphasizing the importance of avoiding duplicate vectors to preserve system performance. He also creates a Python script designed to generate embeddings and retrieve relevant job listings based on user queries.