GitHub
github.com › Stevenic › vectra
GitHub - Stevenic/vectra: Vectra is a local vector database for Node.js with features similar to pinecone but built using local files. · GitHub
January 9, 2026 - Vectra is a file‑backed, in‑memory vector database for Node.js.
Starred by 596 users
Forked by 49 users
Languages TypeScript
Victorjs
victorjs.org
Victor.js - 2D Vectors for JavaScript
A JavaScript 2D vector maths library for Node.js and the browser. Victor can be used in both Node.js and the browser.
Node.js: How Do I Pass A Vector To A Function?
3 Is it possible to vectorize a function in NodeJS the same way it can be done in Python with Pandas? More on stackoverflow.com
Getting Started with Vector Databases in Node.js
stupid question: what exactly is a vector database, why do we need it, what does it have that postgres, mongo and neo4j cannot solve? More on reddit.com
Vectra: a fast and free local vector database for JavaScript/TypeScript
Vectra is a vector database, similar to pinecone, that uses local files to store the index and items. Supports most of the features of pinecone, including metadata filtering. More on community.openai.com
Use a local vector store in the browser?
You can use Memory Vector Store ( link ) or file based one like https://js.langchain.com/docs/integrations/vectorstores/hnswlib (this one is for Node.js) More on reddit.com
npm
npmjs.com › package › vectors
vectors - npm
A grab bag of vector utility functions for 2D and 3D vectors that operate on plain arrays. Latest version: 0.1.0, last published: 13 years ago. Start using vectors in your project by running `npm i vectors`. There are 9 other projects in the npm registry using vectors.
» npm install vectors
Java2s
java2s.com › example › nodejs › data-structure › vector-array.html
Vector array - Node.js Data Structure
Array.prototype._vectorize = function(other, y, z, w) { var result = [], i; if (typeof(other) == 'number') { if (typeof(y) == "undefined") { other = [other]; } else if (typeof(z) == "undefined") { other = [other, y]; } else if (typeof(w) == "undefined") { other = [other, y, z]; } else { other ...
Philna
philna.sh › blog › 2024 › 09 › 25 › how-to-create-vector-embeddings-in-node-js
How to Create Vector Embeddings in Node.js
September 25, 2024 - It’s trained as a good all-rounder and produces a 384-dimension vector from a chunk of text. To use it, import the pipeline function from Transformers.js and create an extractor that will perform "feature-extraction" using your provided model. You can then pass a chunk of text to the extractor and it will return a tensor object which you can turn into a plain JavaScript array of numbers.
npm
npmjs.com › package › node-vector
node-vector - npm
» npm install node-vector
Published Nov 14, 2014
Version 0.0.1
Author Josh Hartigan
Repository https://github.com/joshhartigan/node-vector
GitHub
github.com › pgvector › pgvector-node
GitHub - pgvector/pgvector-node: pgvector support for Node.js, Deno, and Bun (and TypeScript)
Starred by 430 users
Forked by 21 users
Languages JavaScript 100.0% | JavaScript 100.0%
YouTube
youtube.com › watch
How to use a vector database [Node.js + Chroma + OpenAI] - YouTube
Here is a high-level overview of how to use a vector database. The examples in the video specifically uses Node.js + Chroma + OpenAI.https://buymeacoffee.com...
Published June 30, 2023
npm
npmjs.com › package › anki-vector-nodejs
anki-vector-nodejs - npm
February 23, 2019 - Node.js API wrapper for Anki Vector robot. Latest version: 0.3.0, last published: 6 years ago. Start using anki-vector-nodejs in your project by running `npm i anki-vector-nodejs`. There are no other projects in the npm registry using anki-vector-nodejs.
» npm install anki-vector-nodejs
Published Feb 23, 2019
Version 0.3.0
Ronenness
ronenness.github.io › Vector2js
Vector2js - Simple JavaScript Vectors!
It works on all major browsers + Node.js with 100% test coverage. To see a live demo with Vectors calculator, please surf with a wider-screen device. Use the Vectors calculator below to try out Vector2js! ... Or enter your own code below: Run code! You can install Vector2js from npm: npm install vector2js Or you can just download the repo and include the main JavaScript file from /dist/.
DEV Community
dev.to › datastax › how-to-create-vector-embeddings-in-nodejs-2khl
How to Create Vector Embeddings in Node.js - DEV Community
November 16, 2025 - It’s trained as a good all-rounder and produces a 384-dimension vector from a chunk of text. To use it, import the pipeline function from Transformers.js and create an extractor that will perform "feature-extraction" using your provided model. You can then pass a chunk of text to the extractor and it will return a tensor object which you can turn into a plain JavaScript array of numbers.
DEV Community
dev.to › sfundomhlungu › how-to-build-a-vector-database-with-sqlite-in-nodejs-1epd
How to Build a Vector Database with SQLite in Node.js For LLM's. - DEV Community
February 27, 2025 - In Node.js, we handle that using Float32Array, a typed array format. ... async function saveToDb(embeddings, meta, content) { const transaction = db.transaction(() => { const stmt = db.prepare(` INSERT INTO embeddings VALUES (?, ?, ?, ?, ?) `); const id = uuidv4(); stmt.run(id, meta.session, meta.name, content, embeddings); }); transaction(); } ... Now we have embeddings in SQLite. Next, let’s perform a vector search!
Java2s
java2s.com › example › nodejs › data-structure › vector-index.html
Node.js Data Structure Vector
Node.js · Data Structure · Vector · Click the following links for the tutorial for Data Structure and Vector. Create Vector Class · Vector length, dot product, distance, angle · Returns the cross product between the two vectors. Must be 3-dimensional. Vector Utility function · Vector implementation of MathLib · Vector in Javascript ·
Reddit
reddit.com › r/node › getting started with vector databases in node.js
r/node on Reddit: Getting Started with Vector Databases in Node.js
July 10, 2023 - Why do modern projects not use Node.js? r/node • · r/node · Members · Online · comments · Best Vector Database for RAG · Top 1% Rank by size · Reddit · reReddit: Top posts of July 10, 2023 · Reddit · reReddit: Top posts of July 2023 · Reddit · reReddit: Top posts of 2023 · Reddit Rules · Privacy Policy · User Agreement Reddit, Inc.