Enforces minimum similarity thresholds on vector retrieval to prevent RAG hallucination from weak matches.
97
97%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Passed
No known issues
{
"name": "g14wxz/retrieval-threshold-guard",
"version": "0.1.0",
"summary": "Enforces minimum similarity thresholds on vector retrieval to prevent RAG hallucination from weak matches.",
"docs": "docs/index.md",
"rules": {
"retrieval-guard-rules": {
"rules": "rules/retrieval-guard-rules.md"
}
},
"skills": {
"retrieval-threshold-guard": {
"path": "skills/retrieval-threshold-guard/SKILL.md"
}
},
"private": false
}