Skip to content

LucidRAG CLI v1.0.0-preview12

Choose a tag to compare

@github-actions github-actions released this 03 Jan 03:00
· 48 commits to main since this release

LucidRAG CLI v1.0.0-preview12

Multi-document RAG with GraphRAG entity extraction.
Zero-config: ONNX embeddings + DuckDB vectors + SQLite storage.

Installation

  1. Download the appropriate archive for your platform
  2. Extract to a directory in your PATH
  3. Run lucidrag check to verify installation

Quick Start

# Index a document
lucidrag index document.pdf

# Search
lucidrag search "your query"

# Interactive chat (requires Ollama)
lucidrag chat

# Start REST API server
lucidrag serve

# Start with interactive CLI
lucidrag serve --interactive

Platforms

  • Windows x64/ARM64
  • Linux x64/ARM64
  • macOS x64/ARM64 (Apple Silicon)