⭐ Star EntityDB on Github!

EntityDB

A Vector DB in You Browser


npm install @babycommando/entity-db

See EntityDB In Action


Create DB
Open Developer Tools (Press F12)

Under the Application tab open IndexedDB and check for a table named Vectors.

It was created just by opening the site

Add Data
Now Let's Add New Embeddings To It

Let's embed and store the words Dog, Cat and Car.

Query Vectors
Query Vectors By Similarity Search

Let's apply the cosine similarity search over the stored vectors by embedding an input query.

Search