Skip to content

ivanleomk/rag-ws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This is a sample repository to show you how to progressively build out a more complex RAG application.

Here are the steps to start

  1. Create Virtual Environment - We recommend uv which has good support for virtual environments.
uv venv venv
  1. Install the necessary dependencies
uv pip install -r requirements.txt
  1. Run setup.py so that you can get the requirements configured nicely
python3 ./notebooks/setup.py
  1. Add your new kernel to the jupyerlab runtime
python -m ipykernel install --user --name=rag_workshop --display-name="Rag Workshop"
  1. Start Jupyter Lab and start working
jupyter notebook

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published