From 4a563feb82f32fcb68ece3548faf80132a91d960 Mon Sep 17 00:00:00 2001 From: zachary62 Date: Tue, 25 Feb 2025 18:22:10 -0500 Subject: [PATCH] design paradigm to design pattern --- docs/agent.md | 2 +- docs/decomp.md | 2 +- docs/index.md | 2 +- docs/mapreduce.md | 2 +- docs/memory.md | 2 +- docs/multi_agent.md | 2 +- docs/paradigm.md | 2 +- docs/rag.md | 2 +- docs/structure.md | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/agent.md b/docs/agent.md index d4e2aff..e3d2b85 100644 --- a/docs/agent.md +++ b/docs/agent.md @@ -1,7 +1,7 @@ --- layout: default title: "Agent" -parent: "Paradigm" +parent: "Design" nav_order: 6 --- diff --git a/docs/decomp.md b/docs/decomp.md index e83ff72..879b756 100644 --- a/docs/decomp.md +++ b/docs/decomp.md @@ -1,7 +1,7 @@ --- layout: default title: "Task Decomposition" -parent: "Paradigm" +parent: "Design" nav_order: 2 --- diff --git a/docs/index.md b/docs/index.md index 50a0ad3..c3b1cbe 100644 --- a/docs/index.md +++ b/docs/index.md @@ -48,7 +48,7 @@ We model the LLM workflow as a **Nested Directed Graph**: {: .warning } -## Design Paradigm +## Design Patterns - [Structured Output](./structure.md) - [Task Decomposition](./decomp.md) diff --git a/docs/mapreduce.md b/docs/mapreduce.md index 9f5a526..186f83b 100644 --- a/docs/mapreduce.md +++ b/docs/mapreduce.md @@ -1,7 +1,7 @@ --- layout: default title: "Map Reduce" -parent: "Paradigm" +parent: "Design" nav_order: 3 --- diff --git a/docs/memory.md b/docs/memory.md index 47968dc..683b5a8 100644 --- a/docs/memory.md +++ b/docs/memory.md @@ -1,7 +1,7 @@ --- layout: default title: "Chat Memory" -parent: "Paradigm" +parent: "Design" nav_order: 5 --- diff --git a/docs/multi_agent.md b/docs/multi_agent.md index 22e53e8..4358e0e 100644 --- a/docs/multi_agent.md +++ b/docs/multi_agent.md @@ -1,7 +1,7 @@ --- layout: default title: "(Advanced) Multi-Agents" -parent: "Paradigm" +parent: "Design" nav_order: 7 --- diff --git a/docs/paradigm.md b/docs/paradigm.md index ec5072f..37889b8 100644 --- a/docs/paradigm.md +++ b/docs/paradigm.md @@ -1,6 +1,6 @@ --- layout: default -title: "Paradigm" +title: "Design" nav_order: 4 has_children: true --- \ No newline at end of file diff --git a/docs/rag.md b/docs/rag.md index 147f687..7308c8a 100644 --- a/docs/rag.md +++ b/docs/rag.md @@ -1,7 +1,7 @@ --- layout: default title: "RAG" -parent: "Paradigm" +parent: "Design" nav_order: 4 --- diff --git a/docs/structure.md b/docs/structure.md index 101aa32..9062171 100644 --- a/docs/structure.md +++ b/docs/structure.md @@ -1,7 +1,7 @@ --- layout: default title: "Structured Output" -parent: "Paradigm" +parent: "Design" nav_order: 1 ---