Back to Home

Changelog

Follow our journey as we build the ultimate RAG Starter Kit. We ship updates every week.

Get FastRAG
Dec 31, 2024

The Production Overhaul

v1.3.0Latest

A complete rewrite of the ingestion engine and UI. We moved from a basic script interface to a production-grade SaaS layout with multi-user support.

  • Web Scraping Engine (Puppeteer)
  • Bento Grid Landing Page & UI Refresh
  • Mobile-First Chat Interface
  • Interactive 'Terminal' Loader for Demos
  • Namespace Isolation (Prevent context bleeding)
Dec 15, 2024

PDF & Cost Optimization

v1.2.0

Focused on reducing vector storage costs and handling larger documents.

  • Multi-file PDF Upload Support
  • Migrated to Pinecone Serverless (Lower costs)
  • Fixed PDF parsing for large files (>10MB)
Dec 01, 2024

Initial Launch

v1.0.0

The first public release of the FastRAG Boilerplate.

  • Next.js 16 App Router Setup
  • Basic RAG Pipeline (LangChain + OpenAI)
  • Tailwind CSS Styling