update async docs

This commit is contained in:
zachary62 2024-12-31 02:53:54 +00:00
parent 664d25951c
commit 8c5e3be044
1 changed files with 0 additions and 2 deletions

View File

@ -9,8 +9,6 @@ nav_order: 5
**Mini LLM Flow** allows fully asynchronous nodes by implementing `prep_async()`, `exec_async()`, `exec_fallback_async()`, and/or `post_async()`. This is useful for:
## Implementation
1. **prep_async()**
- For *fetching/reading data (files, APIs, DB)* in an I/O-friendly way.