ivanleomk / rag-ws

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Jupyter Notebook 97.7%Language:Python 2.3%