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

Allow extraction without DB connection #384

Closed x4e-jonas closed 1 year ago

x4e-jonas commented 1 year ago

Cineast refuses to start without a database connection. Even if you just want to extract something to JSON files using the CLI and with the API disabled it forces you to run a database.

My use case is to only run extraction on one instance and import the JSON on another instance.

lucaro commented 1 year ago

How does this 'refusal to start' manifest itself? In your case, it should be sufficient to set the selector to NONE in your configuration. If that does not resolve your issue, there might be a bug somewhere.

x4e-jonas commented 1 year ago

Setting the selector to NONE instead of JSON worked for me. I think the documentation here is not very clear.

sauterl commented 1 year ago

The documentation has been updated accordinlgy.