From 3c74076c821ff7f9bee27226184c477da6d9c8b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?PSBigBig=20=C3=97=20MiniPS?= Date: Sat, 21 Feb 2026 23:32:58 +0800 Subject: [PATCH 1/2] Add WFGY ProblemMap as a RAG/LLM debugging resource --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b90e3d0c3..dda4833ea 100644 --- a/README.md +++ b/README.md @@ -747,6 +747,7 @@ _Libraries for Machine Learning. Also see [awesome-machine-learning](https://git - [scikit-learn](http://scikit-learn.org/) - The most popular Python library for Machine Learning with extensive documentation and community support. - [Spark ML](http://spark.apache.org/docs/latest/ml-guide.html) - [Apache Spark](http://spark.apache.org/)'s scalable Machine Learning library for distributed computing. - [Transformers](https://github.com/huggingface/transformers) - A framework that lets you easily use pretrained transformer models for NLP, vision, and audio tasks. +- [WFGY ProblemMap](https://github.com/onestardao/WFGY) - 16-mode RAG/LLM failure map and debugging checklist for LangChain/LlamaIndex/RAGFlow style pipelines. - [xgboost](https://github.com/dmlc/xgboost) - A scalable, portable, and distributed gradient boosting library. ## Microsoft Windows From f55554c157f44875d5d53dbdb85f6bfcfb740931 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?PSBigBig=20=C3=97=20MiniPS?= Date: Sat, 21 Feb 2026 23:33:36 +0800 Subject: [PATCH 2/2] Add WFGY ProblemMap as a RAG/LLM debugging resource --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dda4833ea..0a58a62ca 100644 --- a/README.md +++ b/README.md @@ -747,7 +747,7 @@ _Libraries for Machine Learning. Also see [awesome-machine-learning](https://git - [scikit-learn](http://scikit-learn.org/) - The most popular Python library for Machine Learning with extensive documentation and community support. - [Spark ML](http://spark.apache.org/docs/latest/ml-guide.html) - [Apache Spark](http://spark.apache.org/)'s scalable Machine Learning library for distributed computing. - [Transformers](https://github.com/huggingface/transformers) - A framework that lets you easily use pretrained transformer models for NLP, vision, and audio tasks. -- [WFGY ProblemMap](https://github.com/onestardao/WFGY) - 16-mode RAG/LLM failure map and debugging checklist for LangChain/LlamaIndex/RAGFlow style pipelines. +- [WFGY ProblemMap](https://github.com/onestardao/WFGY/blob/main/ProblemMap/README.md) - 16-mode RAG/LLM failure map and debugging checklist for LangChain/LlamaIndex/RAGFlow style pipelines. - [xgboost](https://github.com/dmlc/xgboost) - A scalable, portable, and distributed gradient boosting library. ## Microsoft Windows