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

DBSelector Documentation Updates #373

Closed silvanheller closed 1 year ago

silvanheller commented 1 year ago

This PR unifies variable names & cleans up documentation in the DBSelector in preparation on upcoming work for multi-collection support.

Specifically, it adds query-configs to most retrieval methods where they were not already present, adds SQL-Like documentation to methods, cleans up unused code, makes clear which methods are convenience methods and which can be overriden by underlying implementations for performance-gains.