Merge pull request #2852 from JinyangWang27/add-ragflow

Add RAGFlow
This commit is contained in:
Vinta Chen 2026-01-14 17:51:23 +08:00 committed by GitHub
commit fc33c64f89
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -728,6 +728,7 @@ _Libraries for Machine Learning. Also see [awesome-machine-learning](https://git
- [Metrics](https://github.com/benhamner/Metrics) - Machine learning evaluation metrics.
- [MindsDB](https://github.com/mindsdb/mindsdb) - MindsDB is an open source AI layer for existing databases that allows you to effortlessly develop, train and deploy state-of-the-art machine learning models using standard queries.
- [PraisonAI](https://github.com/MervinPraison/PraisonAI) - Production-ready Multi-AI Agents framework with self-reflection, 100+ LLM support, MCP integration, and agentic workflows.
- [RAGFlow](https://github.com/infiniflow/ragflow) - An open-source RAG engine for document understanding and question answering with LLMs.
- [scikit-learn](http://scikit-learn.org/) - The most popular Python library for Machine Learning.
- [Spark ML](http://spark.apache.org/docs/latest/ml-guide.html) - [Apache Spark](http://spark.apache.org/)'s scalable Machine Learning library.
- [Transformers](https://github.com/huggingface/transformers) - A framework that lets you easily use pretrained transformer models for NLP, vision, and audio tasks.