Run This Ai
EN DE

RagApp

The easiest way to use Agentic RAG in any enterprise — deployable in your own cloud infrastructure using Docker

★ 4,442 GitHub Apache-2.0 ragrag-appllamaindexdockerenterpriseretrieval-augmented-generationllm RAG & Knowledge

Overview

RagApp is an open-source, Docker-deployable RAG (Retrieval-Augmented Generation) platform built with LlamaIndex. As simple to configure as OpenAI’s custom GPTs, but fully self-hosted in your own infrastructure. It provides an Admin UI for configuration, a Chat UI for end users, and a REST API for programmatic access. Built with TypeScript and Python, RagApp supports hosted AI models from OpenAI and Gemini, as well as local models via Ollama. Deployable via Docker Compose with one-command setup — ideal for enterprises that need private, customizable RAG without vendor lock-in.

Requirements

Min vCPU
1
Min RAM
1024 MB
Min Disk
10 GB
Rec vCPU
2
Rec RAM
2048 MB
Rec Disk
20 GB

Recommended VPS

Hostinger · KVM 2

2 vCPU · 8192 MB · 100 GB

$6.99
View plan

Hostinger · KVM 2

2 vCPU · 8192 MB · 100 GB

$6.99
View plan

Hostinger · KVM 4

4 vCPU · 16384 MB · 200 GB

$11.99
View plan

Affiliate disclosure

Docker Compose

# Generated by Run This Ai — docker-compose.yml
services:
  ragapp:
    image: ragapp/ragapp:latest
    restart: unless-stopped
    ports:
      - 8080:8080
    volumes:
      - ./data/ragapp:/data

Best VPS for RagApp →

Related tools

Guides & articles