LucidRAG CLI v1.0.0-preview12
·
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
- Download the appropriate archive for your platform
- Extract to a directory in your PATH
- Run
lucidrag checkto 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 --interactivePlatforms
- Windows x64/ARM64
- Linux x64/ARM64
- macOS x64/ARM64 (Apple Silicon)