Skip to content
Mingli Yuan edited this page Jan 9, 2014 · 10 revisions

Simbase is a redis-like vector similarity database. You can add, get, delete vectors to/from it, and then retrieve the most similar vectors within one vector set or between two vector sets.

A simple case

Assuming simbase is started on loclahost:7654, then you can open a terminal and use redis-cli to interact with simbase

redis-cli -p 7654

Currently simbase support below commands:

Clone this wiki locally