mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-23 21:12:14 -05:00
[PR #2929] [CLOSED] Add WFGY ProblemMap as a RAG/LLM debugging resource #8949
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/2929
Author: @onestardao
Created: 2/21/2026
Status: ❌ Closed
Base:
master← Head:master📝 Commits (3)
3c74076Add WFGY ProblemMap as a RAG/LLM debugging resourcef55554cAdd WFGY ProblemMap as a RAG/LLM debugging resource11e8d86Merge branch 'master' into master📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
Project
WFGY ProblemMap
Checklist
Add WFGY ProblemMap* [project-name](url) - Description ending with period.Proposed entry:
Why This Project Is Awesome
Which criterion does it meet? (pick one)
Explain:
WFGY ProblemMap is a language- and framework-agnostic debugging checklist for RAG/LLM systems.
It encodes 16 concrete failure modes (retrieval gaps, vector store drift, prompt routing errors, evaluation blind spots, etc.) and maps each one to observable symptoms, typical root causes and step-by-step fixes.
Instead of being yet another RAG framework, it acts as a “semantic firewall” you can place before or around any existing Python stack (LangChain, LlamaIndex, custom pipelines) to quickly localize where the system is failing and what to fix first.
How It Differs
Most existing entries focus on libraries that implement RAG pipelines, evaluation metrics, or vector stores.
WFGY ProblemMap is complementary: it is a failure-mode map and triage playbook rather than a code framework. You can drop it into any codebase, tag logs or incidents with its problem codes, and systematically converge on the real bottleneck before changing infrastructure.
In practice this makes it useful as a shared language between ML engineers, data teams and product owners when debugging complex RAG/LLM systems.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.