design paradigm to design pattern
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
layout: default
|
layout: default
|
||||||
title: "Agent"
|
title: "Agent"
|
||||||
parent: "Paradigm"
|
parent: "Design"
|
||||||
nav_order: 6
|
nav_order: 6
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
layout: default
|
layout: default
|
||||||
title: "Task Decomposition"
|
title: "Task Decomposition"
|
||||||
parent: "Paradigm"
|
parent: "Design"
|
||||||
nav_order: 2
|
nav_order: 2
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -48,7 +48,7 @@ We model the LLM workflow as a **Nested Directed Graph**:
|
|||||||
{: .warning }
|
{: .warning }
|
||||||
|
|
||||||
|
|
||||||
## Design Paradigm
|
## Design Patterns
|
||||||
|
|
||||||
- [Structured Output](./structure.md)
|
- [Structured Output](./structure.md)
|
||||||
- [Task Decomposition](./decomp.md)
|
- [Task Decomposition](./decomp.md)
|
||||||
|
|||||||
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
layout: default
|
layout: default
|
||||||
title: "Map Reduce"
|
title: "Map Reduce"
|
||||||
parent: "Paradigm"
|
parent: "Design"
|
||||||
nav_order: 3
|
nav_order: 3
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
layout: default
|
layout: default
|
||||||
title: "Chat Memory"
|
title: "Chat Memory"
|
||||||
parent: "Paradigm"
|
parent: "Design"
|
||||||
nav_order: 5
|
nav_order: 5
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
layout: default
|
layout: default
|
||||||
title: "(Advanced) Multi-Agents"
|
title: "(Advanced) Multi-Agents"
|
||||||
parent: "Paradigm"
|
parent: "Design"
|
||||||
nav_order: 7
|
nav_order: 7
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
layout: default
|
layout: default
|
||||||
title: "Paradigm"
|
title: "Design"
|
||||||
nav_order: 4
|
nav_order: 4
|
||||||
has_children: true
|
has_children: true
|
||||||
---
|
---
|
||||||
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
layout: default
|
layout: default
|
||||||
title: "RAG"
|
title: "RAG"
|
||||||
parent: "Paradigm"
|
parent: "Design"
|
||||||
nav_order: 4
|
nav_order: 4
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
layout: default
|
layout: default
|
||||||
title: "Structured Output"
|
title: "Structured Output"
|
||||||
parent: "Paradigm"
|
parent: "Design"
|
||||||
nav_order: 1
|
nav_order: 1
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user