Skip to content

LucidRAG v1.0.0-preview10

Choose a tag to compare

@github-actions github-actions released this 03 Jan 02:21
· 50 commits to main since this release

LucidRAG v1.0.0-preview10

Multi-document Agentic RAG with GraphRAG-style entity extraction

Documentation | Demo

Docker Installation

# Pull the image
docker pull scottgal/lucidrag:1.0.0-preview10

# Or use latest
docker pull scottgal/lucidrag:latest

Quick Start with Docker Compose

Download the docker-compose.yml and run:

docker-compose -f docker-compose.production.yml up -d

Then open http://localhost:5080 in your browser.

Features

  • 📄 Multi-document RAG - Upload PDFs, DOCX, Markdown, HTML, TXT
  • 🔍 Hybrid Search - BM25 + BERT embeddings with RRF fusion
  • 🕸️ GraphRAG - Entity extraction and knowledge graph visualization
  • 💬 Agentic Chat - Conversation memory, query clarification, self-correction
  • 🎯 ONNX Embeddings - Zero-config local embeddings (no API keys needed)
  • 📊 D3.js Visualization - Interactive knowledge graph explorer

Requirements

  • Docker & Docker Compose
  • PostgreSQL 16+ (included in docker-compose)
  • Optional: Ollama for LLM-enhanced modes
  • Optional: Docling for PDF/DOCX conversion
  • Optional: Qdrant for persistent vector storage

Full Changelog: lucidrag-v1.0.0-preview7...lucidrag-v1.0.0-preview10