doc format
This commit is contained in:
parent
ebb5167683
commit
d4d2f9ffda
|
|
@ -1,13 +1,14 @@
|
||||||
---
|
---
|
||||||
layout: default
|
layout: default
|
||||||
title: "Essay"
|
title: "Design Guidance"
|
||||||
parent: "Apps"
|
parent: "Apps"
|
||||||
nav_order: 1
|
nav_order: 1
|
||||||
---
|
---
|
||||||
|
|
||||||
# LLM System Design Guidance
|
# LLM System Design Guidance
|
||||||
|
|
||||||
**Use LLMs to help with system design and implementation wherever possible.**
|
{: .important }
|
||||||
|
> Use LLMs to help with system design and implementation wherever possible.
|
||||||
|
|
||||||
1. **Understand Requirements**
|
1. **Understand Requirements**
|
||||||
- Clarify the app’s needs and workflow.
|
- Clarify the app’s needs and workflow.
|
||||||
|
|
|
||||||
|
|
@ -45,6 +45,7 @@ We model the LLM workflow as a **Nested Directed Graph**:
|
||||||
- Chunking
|
- Chunking
|
||||||
|
|
||||||
> We do not provide built-in implementations.
|
> We do not provide built-in implementations.
|
||||||
|
>
|
||||||
> Example implementations are provided as reference.
|
> Example implementations are provided as reference.
|
||||||
{: .warning }
|
{: .warning }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue