Skip to content

VisiumCH/lauzhack-workshop-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction to RAG workshop

Intro

This workshop will introduce how Retrieval-Augmented Generation (RAG) works and how to set up a RAG system on your own device using Ollama, LlamaIndex, and Chroma DB. You’ll explore how RAG improves AI-generated responses by retrieving relevant information from a vector database. We’ll guide you through installing and configuring the necessary tools and demonstrate how to store and query your data. By the end, you’ll be able to efficiently retrieve and generate answers based on your local documents!

What is RAG?

Diagram showing a RAG diagram.

Table of contents

Content Time estimate Description
Exercise 0 10 minutes Getting your python environment ready
Exercise 1 20 minutes Get started with Ollama
Exercise 2 30 minutes Ingest some documents
Exercise 3 10 minutes Your first RAG
Exercise 4 40 minutes Explore further

Pre-requisits

Hardware / software

  • A Python 3.11 environment
  • Jupyter Notebook set up

Knowledge

Basic python

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •