-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Description
Question Validation
- I have searched both the documentation and discord for an answer.
Question
Hi maintainers, thanks for the project.
Problem Description
In production RAG apps, most failures are not “model is dumb”, it is a small set of repeatable failure modes:
retrieval hallucination, wrong chunk selected, index fragmentation, bootstrap ordering races, config drift, etc.
Users often cannot name the failure mode, so they patch randomly and lose time.
Desired Solution you'd like
Add a small doc page: “RAG failure mode checklist”.
Structure:
- common symptoms users can observe
- what to inspect first (retrieval outputs, chunking, embeddings, store health, tracing)
- minimal structural fixes, not generic advice
- a simple taxonomy mapping so users can quickly classify before changing infra
I can draft a first version as a docs PR if the direction is accepted.
Alternatives Considered
Rely on scattered troubleshooting notes and GitHub issues.
This works but it is not systematic, and new users repeat the same mistakes.
Additional Context
I have a compact 16 mode taxonomy (No.1 to No.16) that I can adapt into a neutral checklist format
with minimal references, so it stays useful even without adopting any external tooling.
If you prefer, we can keep it fully project native and only use it as an internal naming scheme.
https://github.com/onestardao/WFGY/blob/main/ProblemMap/README.md