New resumability approach: durablefetch
#6711
Replies: 2 comments
-
|
@lgrammel what do you think of this approach? this removes the need to host Redis for the user, you could even add this capability directly in the |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
This discussion was automatically locked because it has not been updated in over 30 days. If you still have questions about this topic, please ask us at community.vercel.com/ai-sdk |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have been thinking about new simpler way to add resumability to any existing chat interface:
I implemented this idea using Cloudflare Durable Objects and put the code here: durablefetch
I also implemented a demo on github here
You can already try the approach in this demo website
Here is how a simple AI chat is implemented with this approach:
Beta Was this translation helpful? Give feedback.
All reactions