See EntityDB In Action
Under the Application tab open IndexedDB and check for a table named Vectors.
It was created just by opening the site
Let's embed and store the words Dog, Cat and Car.
Let's apply the cosine similarity search over the stored vectors by embedding an input query.
Search