-
Notifications
You must be signed in to change notification settings - Fork 28
Home
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.
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: