Quick Setup
Deploy FluidRAG with Docker Compose. Four images, eleven containers, one docker-compose up -d.
FluidRAG is a hybrid Retrieval-Augmented Generation engine that combines vector similarity search, FalkorDB knowledge graph traversal, and multi-agent workflows to deliver accurate, cited answers from your documents and data sources.
Quick Setup
Deploy FluidRAG with Docker Compose. Four images, eleven containers, one docker-compose up -d.
OpenAI-Compatible API
Drop-in replacement for the OpenAI chat completions endpoint. Works with any OpenAI-compatible client or frontend.
Knowledge Graph
Built on FalkorDB for graph-based relationship discovery alongside semantic vector search and code search.
Before you begin, you will need:
Once running, FluidRAG is available at:
| Service | URL | Purpose |
|---|---|---|
| Chat API | http://localhost:8000 | OpenAI-compatible API endpoint |
| Admin UI | http://localhost/config-ui | Configure agents, secrets, prompts, search settings |
| Gateway | http://localhost | Nginx reverse proxy (routes all traffic) |
| RQ Dashboard | http://localhost:9181 | Background job monitoring |
| Topic | Description |
|---|---|
| Prerequisites | System requirements, external dependencies, and LLM provider setup |
| Quick Start | Clone, configure, build images, and start FluidRAG |
| Your First Query | Send a query via the API and configure secrets through the Admin UI |