doc format

This commit is contained in:
zachary62 2025-01-12 03:12:18 +00:00
parent ebb5167683
commit d4d2f9ffda
2 changed files with 4 additions and 2 deletions

View File

@ -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 apps needs and workflow. - Clarify the apps needs and workflow.

View File

@ -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 }