Skip to content

v1.0.1 - Initial Public Release

Latest

Choose a tag to compare

@logfab-stack logfab-stack released this 08 Feb 21:18
· 1 commit to main since this release

πŸš€ 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)