Files
MtoRagSystem/RETRIEX_PATCH_24_AGENT_RAG_EVIDENCE_CLEANUP_PROFILE_README.md
team 1 c5e212f8f2 p24
2026-05-03 21:33:57 +02:00

590 B

RetrieX Patch p24 - Agent RAG Evidence Cleanup Profile

Goal

Wire the Agent RAG evidence guard to the central rag_evidence cleanup profile from language.yaml.

Scope

  • Adds rag_evidence_guard.cleanup_profile: rag_evidence to config/retriex/agent.yaml.
  • Merges profile stopwords with existing legacy rag_evidence_guard.stop_terms at runtime.
  • Keeps all legacy stop terms in place.
  • Adds config validation for the referenced cleanup profile.

Safety

No legacy lists are removed in this patch. No Commerce, Shop fallback, Retrieval scoring, or Prompt logic is changed.