📄
Document Upload
Upload PDF, Markdown, and text documents to build your knowledge base.
Upload documents and chat with an AI that retrieves relevant context from your files.
# 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 2Visit http://localhost:3000 to see the app.