data doesn't have to be memory

This commit is contained in:
zachary62 2025-02-17 14:20:31 -05:00
parent 238ccf9c0f
commit 432457ad31
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ def test_call_llm():
- Identify possible decision points for *Node Actions* and data-intensive operations for *Batch* tasks. - Identify possible decision points for *Node Actions* and data-intensive operations for *Batch* tasks.
- Illustrate the flow with a Mermaid diagram. - Illustrate the flow with a Mermaid diagram.
4. **Shared Memory Structure** 4. **Data Structure**
- Decide how to store and update state, whether in memory (for smaller applications) or a database (for larger or persistent needs). - Decide how to store and update state, whether in memory (for smaller applications) or a database (for larger or persistent needs).
- Define data schemas or models that detail how information is stored, accessed, and updated. - Define data schemas or models that detail how information is stored, accessed, and updated.