vitrivr / cineast

Cineast is a multi-feature content-based mulitmedia retrieval engine. It is capable of retrieving images, audio- and video sequences as well as 3d models based on edge or color sketches, textual descriptions and example objects.
MIT License
56 stars 51 forks source link

Batched NNS #371

Open silvanheller opened 1 year ago

silvanheller commented 1 year ago

Currently, the CottontailSelector does not support batched NNS: https://github.com/vitrivr/cineast/blob/d132b193186e27a755cd0560361b7b8e0b3467da/cineast-core/src/main/java/org/vitrivr/cineast/core/db/cottontaildb/CottontailSelector.java#L253

There should at least be an unoptimized implementation, ideally this could be coordinated with the Cottontail devs.