Skip to content

Releases: logfab-stack/agentic-rag

v1.0.1 - Initial Public Release

08 Feb 21:18

Choose a tag to compare

🚀 Agentic RAG v1.0.1

First public release of the Agentic RAG system.

Highlights

  • Agentic Semantic Chunking — LLM-based intelligent text splitting
  • Hybrid Search — Vector + BM25 with Reciprocal Rank Fusion
  • Dual Data Handling — RAG for text documents, SQL for tabular data
  • Multi-Provider LLM — OpenAI, OpenRouter, Ollama (local)
  • Multi-Channel — Web UI, Telegram bot, WhatsApp
  • Production Infrastructure — Backups, health checks, audit logging, rate limiting
  • Anti-Hallucination Guardrails — The system knows when it doesn't know
  • Docker Deployment — Full Docker Compose setup with SSL support

Tech Stack

  • Python 3.11+ / FastAPI / LangChain
  • React 18 / TypeScript / Tailwind CSS
  • PostgreSQL + pgvector
  • Docker Compose (4 services)