design paradigm to design pattern
This commit is contained in:
parent
6fa08156be
commit
4a563feb82
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
layout: default
|
||||
title: "Agent"
|
||||
parent: "Paradigm"
|
||||
parent: "Design"
|
||||
nav_order: 6
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
layout: default
|
||||
title: "Task Decomposition"
|
||||
parent: "Paradigm"
|
||||
parent: "Design"
|
||||
nav_order: 2
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
layout: default
|
||||
title: "Map Reduce"
|
||||
parent: "Paradigm"
|
||||
parent: "Design"
|
||||
nav_order: 3
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
layout: default
|
||||
title: "Chat Memory"
|
||||
parent: "Paradigm"
|
||||
parent: "Design"
|
||||
nav_order: 5
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
layout: default
|
||||
title: "(Advanced) Multi-Agents"
|
||||
parent: "Paradigm"
|
||||
parent: "Design"
|
||||
nav_order: 7
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: default
|
||||
title: "Paradigm"
|
||||
title: "Design"
|
||||
nav_order: 4
|
||||
has_children: true
|
||||
---
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
layout: default
|
||||
title: "RAG"
|
||||
parent: "Paradigm"
|
||||
parent: "Design"
|
||||
nav_order: 4
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
layout: default
|
||||
title: "Structured Output"
|
||||
parent: "Paradigm"
|
||||
parent: "Design"
|
||||
nav_order: 1
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue