AgentSet

Normal
GitHub TypeScript MIT

Description

The open-source RAG platform with built-in citations, deep research, 22+ file formats, partitions, and MCP server.

Key Features

  • Turnkey RAG platform with automated ingestion, chunking, embeddings, and retrieval
  • Model-agnostic design — choose your own LLM, embeddings, and vector DB
  • Built-in chat playground with message editing and citation tracking
  • Production hosting with preview links, custom domains, and multi-tenancy
  • API + typed SDKs with OpenAPI specification
  • Supports 22+ file formats, built with TypeScript, Next.js, AI SDK, Prisma, and Supabase

Use Cases

💡 Quickly build enterprise internal knowledge base search and QA systems
💡 Build AI research assistants with source citations
💡 Add multi-tenant RAG capabilities to SaaS products
💡 Self-host RAG platform to prevent data leakage

Quick Start

cp .env.example .env && bun install && bun db:deploy && bun dev:web

Related Projects