perone / euclidesdb

A multi-model machine learning feature embedding database
http://euclidesdb.readthedocs.io
Other
633 stars 31 forks source link

Implement a search RPC method to search by indexed id #12

Closed perone closed 6 years ago

perone commented 6 years ago

Sometimes it is useful to search for items similar to another item that is already in the database, so we should implement an RPC method to search for similar items based on an item id that is already in the database.

perone commented 6 years ago

Done !