faiss-node
faiss-node copied to clipboard
Node.js bindings for faiss
``` .pnpm/[email protected]/node_modules/faiss-node: Running install script, failed in 7s .../node_modules/faiss-node install$ prebuild-install --runtime napi --verbose || (npm i cmake-js && npm run build) │ prebuild-install info begin Prebuild-install version 7.1.1 │...
Hi, it will be awesome if we get the value of the cosine similarity score to compare the returned values in the search function. For example, if the search function...
Curious why GPU support was disabled, and if you intend to eventually create a CUDA/GPU build?
**Describe the bug** Trying to run the following code... ``` import { FaissStore } from "langchain/vectorstores/faiss"; import { OpenAIEmbeddings } from "langchain/embeddings/openai"; const vectorStore = await FaissStore.loadFromPython('./data/saved_index/', new OpenAIEmbeddings()); const...
https://github.com/ewfian/faiss-node/pull/4
Just added docs section for potential contributors to help them get to speed quickly.
**Describe the bug** NextJS Faiss-node error ``` ⨯ Error: Could not import faiss-node. Please install faiss-node as a dependency with, e.g. `npm install -S faiss-node`. Error: Could not locate the...
This pull request adds a new `reconstruct` method to the FAISS index classes, allowing users to retrieve the original vector for a given index key. It also exposes this method...
**Describe the bug** On building a Docker container image using alpine and then running image, I'm seeing the following error Error: Error loading shared library /usr/home/app/node_modules/faiss-node/build/Release/faiss-node.node: Exec format error |...