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
57 stars 50 forks source link

Preventing unnecessary data being sent for text queries #335

Closed silvanheller closed 2 years ago

silvanheller commented 2 years ago

Speeding up text retrieval by preventing text being sent back from cottontail. Specifically, previously Cottontail sent back the distance twice and the full text which was stored. Now, only id + distance are sent.