masasso
masasso
I am trying to use HNSWLib for the code below. ` import { HNSWLib } from "langchain/vectorstores/hnswlib"; import { OpenAIEmbeddings } from "langchain/embeddings/openai"; console.log("Start HNSWLib vectorstore"); const vectorStore = await...
Hello, I am trying to use this package in my application but it does not work in windows computers. After sime research I believe that in file `src/hdf5_util.cc` every `.c_str()`...
**Describe the bug** I am just trying to use the code provided in documentation inside the VSCODE extrension but I get the error below: Code: ``` const { IndexFlatL2 }...