Hello,
I first want to preface this by thanking you for creating this amazing project!
Is there any way to enable additional runtimes on Appwrite Cloud (not self hosted)?
As per this issue (https://github.com/appwrite/appwrite/discussions/4826#discussioncomment-4338536), the env var _APP_FUNCTIONS_RUNTIMES needs to be set. However, I’m not certain if we have access to it on Appwrite Cloud.
My use case is to run a LangChain JS function to perform some tasks, however LangChain JS only works on Node versions >= 18. The default Node 16 runtime does not satisfy.
Any help would be appreciated. Thank you.
Hey there 👋 On Cloud, we will be releasing runtimes with causion, making sure they are very stable. This comes down to a lot of testing, bencharks, load tests... It's not possible for you to enable specific runtime, but we will be adding more soon.
Regarding versions, it's something we are actively discussing - when to add new, and when to deprecate.
Considering Node 18 is LTS, I think we could enable that on Cloud. @Christy Jacob can we do it now, or wait for next Appwrite version release?
@Coolboi Node 18 will be enabled soon 🙂
we will make an announcement when its ready.
That’s awesome! Thank you so much for the support and for keeping updated!
Recommended threads
- is `account.get()` safe to be used in th...
I want to user's `id` for authentication. However, a while ago I was told in this server not to use `account.get()` and instead add user preferences for that us...
- Appwrite console is too heavy
The Appwrite console is too heavy And all of my services broken Any support , please
- router_deployment_not_found
I updated my function a few times and now i am getting the error: router_deployment_not_found I even reverted back to my original code but i am still getting th...