Back to Home
FastRAGChangelog

Changelog

Follow our journey building the ultimate RAG Starter Kit. We ship meaningful updates every week.

Get FastRAG
Dec 31, 2024v1.3.0

The Production Overhaul

Latest

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.

  • NewWeb Scraping Engine (Puppeteer + Browserless)
  • NewBento Grid Landing Page & full UI refresh
  • NewMobile-first Chat Interface
  • ImprovedInteractive Terminal Loader for demos
  • FixNamespace Isolation — prevents context bleeding between users
Dec 15, 2024v1.2.0

PDF & Cost Optimisation

Focused on reducing vector storage costs and handling larger documents more reliably.

  • NewMulti-file PDF Upload Support (up to 10 files)
  • ImprovedMigrated to Pinecone Serverless for lower costs
  • FixFixed PDF parsing for large files (>10 MB)
Dec 01, 2024v1.0.0

Initial Launch

The first public release of the FastRAG Starter Kit.

  • NewNext.js 16 Pages Router setup
  • NewBasic RAG pipeline — LangChain + OpenAI
  • NewTailwind CSS styling + Vercel deploy config