FlashRag: A tool for investigating and Testing your RAG Solutions
Page content
Summary
This post will be a comprehensive introduction to FlashRAG.
Why use this tool
IT has got every modern implementation of RAG with a nice GUI and a simple interface to run.
Installing FlashRAG
# clone repo
git clone https://github.com/RUC-NLPIR/FlashRAG.git
cd FlashRAG
# create env
python -m venv venv
.\venv\Scripts\activate
# build app
pip install -e .
If that went ok you wil be able to run the GUI
cd webui
python interface.py