Skip to content

Commit ddf325f

Browse files
authored
Update README.md
1 parent 2538daa commit ddf325f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cookbook/pocketflow-chat-memory/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# PocketFlow Chat with Memory
22

3-
A chat application with memory retrieval using PocketFlow. This example maintains a sliding window of recent conversations while retrieving relevant past conversations based on context. This implementation is based directly on the tutorial: [Build AI Agent Memory From Scratch — Tutorial For Dummies](https://zacharyhuang.substack.com/p/build-ai-agent-memory-from-scratch).
3+
A chat application with memory retrieval using PocketFlow. This example maintains a sliding window of recent conversations while retrieving relevant past conversations based on context.
4+
5+
This implementation is based directly on the tutorial: [Build AI Agent Memory From Scratch — Tutorial For Dummies](https://zacharyhuang.substack.com/p/build-ai-agent-memory-from-scratch).
46

57
## Features
68

0 commit comments

Comments
 (0)