From 8c5e3be0446b8543633f7171dfba4ac5459e85f5 Mon Sep 17 00:00:00 2001 From: zachary62 Date: Tue, 31 Dec 2024 02:53:54 +0000 Subject: [PATCH] update async docs --- docs/async.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/async.md b/docs/async.md index e92133b..637413f 100644 --- a/docs/async.md +++ b/docs/async.md @@ -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.