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

Fix index creation #283

Closed silvanheller closed 2 years ago

silvanheller commented 2 years ago

This PR fixes indices not being created (#282), and has also led to two documentation / testing requests to the cottontail API (https://github.com/vitrivr/cottontaildb-proto/issues/9) and cottontail itself (https://github.com/vitrivr/cottontaildb/issues/105)

lucaro commented 2 years ago

Given the recent changes on the API, this will become incompatible soon. So it might make sense to wait until the next version of cottontail to merge this.

Spiess commented 2 years ago

I suggest merging this now, so it is already fixed for the current version of Cottontail. Compatibility can be restored in a separate, proper upgrade branch that bumps the minor version.

silvanheller commented 2 years ago

This needs merging now as the current behavior on master is broken (Indices are not created)