Closed LuisMalhadas closed 1 year ago
same here.
although I had it working here, but now I'm trying to do summarization example and it does not work with Bun
Hi, @LuisMalhadas! I'm here to help the LangChain team manage their backlog, and I wanted to let you know that we are marking this issue as stale.
From what I understand, you requested support for BunJs in the LangChain library, but encountered an issue where the model doesn't fully execute. Another user, @shanginn, also experienced the same problem and shared a link to their code where it was previously working.
It seems that the issue has been resolved, as @shanginn found a workaround. However, before we close this issue, we wanted to check with you if it is still relevant to the latest version of the LangChain repository. If it is, please let us know by commenting on the issue. Otherwise, feel free to close the issue yourself, or it will be automatically closed in 7 days.
Thank you for your understanding and contribution to the LangChain project!
Is it working now?
Is it working now?
It works for me.
β LangChainUtils bun src/test-bun.js
imported
model created
"RainbowTread Socks" or "VibrantSoles Co."
I have been working with BunJS runtime and decided to try langchain with it. I also noted in documentation that there are some supported runtimes... Also this discussion (pointed to me by @homanp) has someone stating it supports it, but not every part. So it seems that it is not fully compatible with Bun... It imports, instantiates the model, but doesn't execute it. Am I doing something wrong?
Running the example: