LangChain and Flutter / Dart #1368
Replies: 3 comments 3 replies
-
I'm not super familiar with Flutter, but I am assuming you can set up some backend server using express and langchain.js and maybe connecting the two? |
Beta Was this translation helpful? Give feedback.
-
There's a LangChain port in Dart that you can use in your Flutter apps: |
Beta Was this translation helpful? Give feedback.
-
@kizombaciao You will use the langchain in your flutter app using the Langchain package, which is available for flutter and dart: [https://pub.dev/packages/langchain](Langchain Package On PubDev) |
Beta Was this translation helpful? Give feedback.
-
Given that currently LangChain doesn't work with Flutter, which is based upon Dart language, is there a work around I can investigate to be able to use LangChain from Flutter? Can I do it through LangChain.js?
Beta Was this translation helpful? Give feedback.
All reactions