Skip to content

Releases: CIKR-Repos/PipeRAG

🚀 PipeRAG v1.0.0 — MVP Release

18 Feb 04:39

Choose a tag to compare

🎉 PipeRAG v1.0.0 — MVP Release

The first public release of PipeRAG — a no-code RAG pipeline builder for non-technical users.

Features

  • 📄 Document Processing — Upload PDF, DOCX, TXT, MD, CSV
  • 🔗 Visual Pipeline Builder — Drag-and-drop pipeline configuration
  • Auto-Pipeline — Upload → chatbot in 30 seconds, zero config
  • 💬 Streaming Chat — Real-time responses with conversation memory
  • 🎨 Embeddable Widget — One <script> tag to embed anywhere
  • 💳 Billing — Free/Pro/Enterprise tiers with Stripe
  • 📊 Dashboard — Project management and usage tracking
  • 🐳 Docker + CI/CD — Production-ready deployment

Tech Stack

  • .NET 10 + Angular 21 + Semantic Kernel + pgvector + Redis + PostgreSQL

Getting Started

git clone https://github.com/CIKR-Repos/PipeRAG.git
docker compose up -d db
cd src/PipeRAG.Api && dotnet run
cd client && npm install && ng serve

Full docs in README.md