Nuno Campos

Results 249 comments of Nuno Campos

@baobo5625 I believe https://github.com/hwchase17/langchainjs/pull/1167 will fix your issue, any chance you could pull this locally and test it?

Thanks for this, I'm going to close this in favour of #1038 which is more complete

@actengage thanks a lot for this. totally agree with this. we plan to remove serialise/deserialise methods from the base classes for exactly this reason. The plan is to offer a...

Thanks a lot for the feedback here @actengage very helpful. I've merged a change that makes the serialise method no longer an abstract method on the base class, but instead...

Are you able to share a code snippet that produced this error?

This will be merged as part of #1128

@DarylRodrigo @JeremyFabrikapp I just ran the exact code snippet above using node `v18.16.0` and it works. Can you confirm the exact version of Node you're using? And any more details...

@dqbd another one to look into, I cannot reproduce this