AIAny
AI Infra2025
Icon for item

OpenRAG

Bundles Langflow, Docling, and OpenSearch into one installable package so you can ingest messy documents, run agentic retrieval with re-ranking, and chat over your own knowledge base. Ships Python/TS SDKs and a built-in MCP server at /mcp.

Introduction

Most RAG demos fall apart the moment they meet real documents — scanned PDFs, nested tables, 300-page reports. The bet here is that the hard part was never the LLM call but everything around it: parsing, indexing, re-ranking, and serving. So Docling (document parsing), OpenSearch (vector + keyword search), and Langflow (visual orchestration) are pre-wired into a single package that runs with one command.

What Sets It Apart
  • Bundled, not glued — instead of a tutorial stitching five services together, the core pieces arrive pre-connected: install and run.
  • Agentic retrieval — multi-agent coordination and re-ranking rather than single-shot vector lookup, so answers hold up on noisy corpora.
  • Docling ingestion — parses messy real-world data (tables, layout, scans) instead of naive text splitting that drops structure.
  • Visual and programmable — a drag-and-drop Langflow builder for fast iteration, plus Python/TypeScript SDKs and a built-in MCP server so assistants like Cursor or Claude Desktop can query your knowledge base directly.
Who It's For

Great fit if you want a self-hosted RAG stack you can stand up quickly and later extend with enterprise add-ons and OpenSearch-scale indexing. Look elsewhere if you need a fully managed SaaS with zero infrastructure, or a lightweight library to embed rather than a full platform — FastAPI + Next.js + OpenSearch is a real footprint to operate and keep running.

Information

  • Websitegithub.com
  • OrganizationsLangflow
  • Authorslangflow-ai
  • Published date2025/07/11

More Items

Enables RL post-training with million-token prompts under a fixed GPU budget by evaluating shared prompt state without autograd, retaining only minimal model state, and replaying short response branches; instantiated as GRPO and demonstrated on Qwen3.6-27B and GLM-5.2 up to multi-million token execution.

GitHub
AI Client2026

Transforms unstructured documents into strongly-typed Knowledge Abstracts with one CLI command, extracting entities and relations into graphs, hypergraphs, and spatio‑temporal structures. Includes 80+ templates, multiple RAG engines, local vLLM support, Obsidian export and an MCP server.

GitHub
AI Infra2026

Defines OpenTelemetry semantic conventions for generative AI telemetry — spans, metrics, and events for GenAI clients, the Model Context Protocol (MCP), and provider-specific integrations. Includes YAML models, human-readable docs, and reference implementations to standardize observability across GenAI deployments.