Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
RAGFlow is a leading open-source Retrieval-Augmented Generation (RAG) engine that fuses cutting-edge RAG with Agent capabilities to create a superior context layer for LLMs
EasyRAG是一个基于向量数据库的轻量级知识库检索系统,专为本地部署设计,对硬件要求极低。系统融合了现代数据治理理念,提供了友好的Web界面,支持多种文件格式的导入、分块和检索功能。该系统使用了检索增强生成(RAG)技术,可以有效地管理和检索大规模文档,同时确保数据的质量、安全性和可追溯性。
Ribbon is a Inter Process Communication (remote procedure calls) library with built in software load balancers. The primary usage model involves REST calls with various serialization scheme support.
ByteTCC is a distributed transaction manager based on the TCC(Try/Confirm/Cancel) mechanism. It’s compatible with the JTA specification. User guide: https://github.com/liuyangming/ByteTCC/wiki
Hystrix is a latency and fault tolerance library designed to isolate points of access to remote systems, services and 3rd party libraries, stop cascading failure and enable resilience in complex distributed systems where failure is inevitable.