/cottontaildb

Cottontail DB is a column store aimed at multimedia retrieval. It allows for classical boolean as well as vector-space retrieval (k-nearest-neighbours lookup) used in similarity search.

Primary LanguageKotlinMIT LicenseMIT

Cottontail DB

Cottontail DB is a column store aimed at multimedia retrieval. It allows for classical boolean as well as vector-space retrieval (k-nearest-neighbours lookup) used in similarity search.

Setup

Please clone this repository including submodules or initialize them after cloning using git submodule update --init --recursive Then, generate Proto sources using the gradle task generateProto and antlr sources using generateGrammarSource

Credit

Cottontail DB is based on the ideas presented in the following papers: