vitrivr / vitrivr-engine

vitrivr's next-generation retrieval engine. It is capable of extracting and retrieving a wider range of multimedia objects such as audio, video, images or 3d models.
https://vitrivr.org
MIT License
6 stars 3 forks source link

Missing Cached implementation for MeshContent #97

Closed ppanopticon closed 3 months ago

ppanopticon commented 3 months ago

Task Description

Currently, there is now cached CachedContent implementation for Model3DContent. This should be added for the sake of consistency and completeness.

As a workaround, the CachedContentFactory currently returns an InMemoryMeshContent instance.