Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 301 Bytes

README.md

File metadata and controls

14 lines (14 loc) · 301 Bytes

Step 0: Clone repo

git clone https://github.com/main-2983/RAGDemo.git
cd RAGDemo/

Step 1: Install dependencies

pip install requirements.txt

Step 2: Setup ENV variables

Step 3: Run the demo

python -m streamlit run src/streamlit/main.py