hnswlib-node API Documentation How to run hnswlib-node on AWS Lambda Usage Generating search index: import{HierarchicalNSW}from'hnswlib-node';constnumDimensions=8;// the length of data point vector that will be indexed.constmaxElements=10;// the maximum number of data points.// declaring and...
I'm getting an error when importing HNSWLib vectorstore inside a Next.js Edge function. It works in Serverless runtime but not Edge. import { HNSWLib } from 'langchain/vectorstores/hnswlib' error - node:fs/promises Module build failed: U...