João Textor
João Textor
> @joaotextor If you found a solution please let me know as I am having a similar issue but in vite React js... > I did some quick research and...
> I did some quick research and it looks like the error is a bit misleading. The original error that is being suppressed by a catch clause [here](https://github.com/hwchase17/langchainjs/blob/main/langchain/src/vectorstores/hnswlib.ts#L220) is `Error:...
> My lambda function is running on Node 18 and x86_64 too. I added a console.log on `hnswlib.cjs` file which successfully ran on my CloudWatch console, specifically before this line:...
> Hi, @joaotextor, > > I'm helping the langchainjs team manage their backlog and am marking this issue as stale. It looks like the issue involves the HNSWLib-node library not...
Thanks for replying. I added the path `C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.37.32822\lib\x64` to "Additional Library Directory" of my project. However, I got a new error when trying to build/debug (as long...