To launch the interactive RAG demo UI, run:
streamlit run app.py
Make sure you have installed the dependencies listed in requirements.txt
(including streamlit
).
The app will let you ask questions to your RAG pipeline and display the results in your browser.