AIAny
AI Agent2023
Icon for item

RAGFlow

Builds production RAG systems around deep document understanding, explainable chunking, hybrid retrieval, citations, and agent workflows for messy enterprise documents.

Introduction

Most RAG failures start before retrieval: the document was parsed poorly, chunked blindly, or stripped of structure. RAGFlow treats the context layer as something to engineer, not just embed.

What Sets It Apart

It emphasizes deep parsing for PDFs, Office files, scans, images, structured data, and web content. Template chunking, visible citations, hybrid search, reranking, APIs, and agent templates create a path from raw documents to production workflows.

Who Should Use It

Great fit if your RAG problem is dominated by complex documents, traceability, and workflow. Look elsewhere if you only need a small embedding demo or minimal vector search API.

Information

  • Websitegithub.com
  • AuthorsInfiniflow
  • Published date2023/03/10

More Items

Turns fragile, implicit search progress into explicit, persistent, shared state for multi-agent information seeking — externalizes progress as Frontier Task, Evidence Graph, Coverage Map and Failure Memory, and uses pipeline-parallel scheduling plus a middleware harness to avoid repeated failed searches and improve utilization and throughput.

GitHub
AI Agent2026

Provides a lightweight Python harness that turns LLMs into working agents with tool-use, skills, persistent memory, permission controls and multi-agent coordination. Ships with a CLI/React TUI, 43+ built-in tools, a plugin/skill system and the ohmo personal-agent for chat gateways. Best for developers prototyping agent workflows and multi-agent experiments.

GitHub
AI Client2025

Turns Chromium into a local-first AI browser with an embedded assistant that can summarise pages, extract structured data, automate web tasks, and run scheduled agents. Built as an open-source Chromium fork with 53+ built-in browser tools, 40+ app integrations, and support for BYO AI keys or fully local models (Ollama / LM Studio).