Replies: 1 comment
-
|
A version of this that plays well with an app deployed to Cloudflare would be cool, too! Since AI SDK's implementation requires specifically a redis instance, I haven't been able use it for my CF-deployed apps. |
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.
-
In Streaming responses. we can have a functionality of
resumable: true(or something like that) which will try to resume a stream for a particular id.For eg: in Vercel AI SDK. you can install their package
resumable-stream& give a Redis publisher & subscriber which handles the resumption.I think in Tanstack AI Package, we can add the same functionality which handles this out of the box
Beta Was this translation helpful? Give feedback.
All reactions