This is a simple implementation of a RAG (Retrieval-Augmented Generation) system from scratch using Rust.
cd rag-backend-py
uv sync
uv run main.pycd rag-web
npm install
cargo tauri devbrew install ghostscript
mkdir -p ~/lib
ln -s "$(brew --prefix gs)/lib/libgs.dylib" ~/lib
uv add camelot-py
uv add ghostscript