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

Hugging Face
AI Model2026

Open-weights LLM fine-tuned for phone-based voice agents that prioritizes low latency and reliable tool/function calling. Based on NVIDIA Nemotron 3 Nano (30B total, 3.5B active), supports very long contexts (262,144 tokens) and recommends temperature=0 with thinking disabled for deployment.

GitHub
AI Infra2025

Measures generative AI inference performance with token-level metrics (TTFT, inter-token latency), latency, and throughput under realistic traffic patterns. Provides a multiprocess engine, real-time TUI dashboard, extensible plugins, and integrations for telemetry and result uploads, aimed at inference benchmarking and capacity planning.

GitHub
AI Agent2026

A curated collection of production-ready Agent Skills that turn tasks—presentation production, image generation, local KB retrieval, article assembly, and web-design—into agent-loadable skill folders. Uses a SKILL.md contract, supports multiple agent runtimes (Claude Code, Cursor, Codex), and offers modular install paths with pinned release zips.