Replies: 2 comments
-
Will update this today! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Opened #4919 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Checked
Feature request
langchain/community package supports HNSWlib_node version 1.4, which is over a year old. The latest version is 3.0.
This means if I do
npm install hnswlib-node
followed by
npm install @langchain/openai @langchain/community
as described in the documentation, I get the following error.
I request extending the support to the latest hnswlib-node version.
Thanks
Motivation
I am working on an application with NextJS 14. I would like to use HNWS in the memory vector store. I believe hnsw-node is an excellent choice for smaller data volumes where I do not want to maintain a database instance, API, or a docker image running in the background.
Proposal (If applicable)
No response
Beta Was this translation helpful? Give feedback.
All reactions