mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-06 07:53:28 -05:00
[PR #2852] [MERGED] Add RAGFlow #4212
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/2852
Author: @JinyangWang27
Created: 1/12/2026
Status: ✅ Merged
Merged: 1/14/2026
Merged by: @vinta
Base:
master← Head:add-ragflow📝 Commits (1)
bdb177dAddRAGFlow📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
Project
RAGFlow
Checklist
Add project-name* [project-name](url) - Description ending with period.Why This Project Is Awesome
Which criterion does it meet? (pick one)
Explain:
How It Differs
RAGFlow differs from typical machine learning libraries by providing an end-to-end Retrieval-Augmented Generation (RAG) system, rather than isolated components such as vector databases or model wrappers. It integrates document parsing, chunking, embedding, retrieval, and LLM orchestration into a single engine, focusing on production-ready knowledge QA workflows. This makes it distinct from general ML frameworks or embedding tools, which usually require significant custom glue code to build a complete RAG pipeline.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.