Home

Awesome

Retrieval Augmented Generation with Graph Knowledge Store

Introduction

Installation

Using conda env on Notebook

conda env create -n rag python=3.11
conda activate rag
pip install -r requirements.txt
conda install ipykernel
python -m ipykernel install --user --name=rag
jupyter notebook

Run Streamlit Application

README for Streamlit

Update