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

Cleanup Repository / Config #81

Closed sauterl closed 3 months ago

sauterl commented 4 months ago

Recently, I removed some very old configs in the repository which were located in config-pipelines.

On the dev branch, there is a bit of a mess regarding example configurations:

I'd suggest the following:

  1. Remove all project specific configurations
  2. Have one location for example configs
  3. Those example configs should have self-explanatory names (e.g. there is a config-lsc-metadata.json by @faberf which has nothing to do with LSC)

Suggested order:

example-configs/
  |
 + schema/
    |
    - schema.json
  |
 + ingestion/
    |
    - simple-image.json
    |
    - fes-image.json
    |
    - simple-video.json
    |
    - fes-video.json
    |
    - simple-mesh.json
  |
 + retrieval/
    |
    - vectory-query.json
    |
    - text-query.json
    |
    - image-query.json
    |
    - id-query.json
    |
    - simple-boolean-query.json 

Any thoughts?

It might be an overkill to have these configs in the repo and simply move them to the wiki...

net-cscience-raphael commented 3 months ago

see d0b99f8909735546063e5e2e578d0bf4bd1cfd24