Skip to content

RAG ChatAI-Powered Document Chat

Upload documents and chat with an AI that retrieves relevant context from your files.

Quick Start

bash
# Clone the repository
git clone https://github.com/Krister-Johansson/rag.git
cd rag

# Install dependencies
npm install

# Start development
npx convex dev  # Terminal 1
npm run dev     # Terminal 2

Visit http://localhost:3000 to see the app.

Released under the MIT License.