From 3e1751576c46f5b4e17ab71d5ced7245e4dab8c0 Mon Sep 17 00:00:00 2001 From: PSBigBig Date: Sat, 9 Aug 2025 13:28:26 +0800 Subject: [PATCH] Update RAG_Problems.md --- ProblemMap/RAG_Problems.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ProblemMap/RAG_Problems.md b/ProblemMap/RAG_Problems.md index afd58422..e6c6b537 100644 --- a/ProblemMap/RAG_Problems.md +++ b/ProblemMap/RAG_Problems.md @@ -75,9 +75,10 @@ WFGY repairs each gap with ΔS tension checks, Tree memory, and BBCR/BBMC module | Module | Description | Link | |-----------------------|----------------------------------------------------------|----------| -| Problem Map 1.0 | Initial 16-mode diagnostic and symbolic fix framework | [View →](https://github.com/onestardao/WFGY/edit/main/ProblemMap/README.md) | +| WFGY Core | Standalone semantic reasoning engine for any LLM | [View →](https://github.com/onestardao/WFGY/tree/main/core/README.md) | +| Problem Map 1.0 | Initial 16-mode diagnostic and symbolic fix framework | [View →](https://github.com/onestardao/WFGY/tree/main/ProblemMap/README.md) | | Problem Map 2.0 | RAG-focused failure tree, modular fixes, and pipelines | [View →](https://github.com/onestardao/WFGY/blob/main/ProblemMap/rag-architecture-and-recovery.md) | -| Semantic Clinic Index | Expanded failure catalog: prompt injection, memory bugs, logic drift | [View →](./SemanticClinicIndex.md) | +| Semantic Clinic Index | Expanded failure catalog: prompt injection, memory bugs, logic drift | [View →](https://github.com/onestardao/WFGY/blob/main/ProblemMap/SemanticClinicIndex.md) | | Semantic Blueprint | Layer-based symbolic reasoning & semantic modulations | [View →](https://github.com/onestardao/WFGY/tree/main/SemanticBlueprint/README.md) | | Benchmark vs GPT-5 | Stress test GPT-5 with full WFGY reasoning suite | [View →](https://github.com/onestardao/WFGY/tree/main/benchmarks/benchmark-vs-gpt5/README.md) |