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

Add local Diskresolver path parameter #70

Closed net-cscience-raphael closed 5 months ago

net-cscience-raphael commented 6 months ago

Property path for disk resolver should be able to be overwritten in the pipeline config. Use case: debugging on minimal test set, thumbs not in original folder Use case: need to extract thumbs into different folder based on media type.

     "resolvers": {
        "disk": {
          "factory": "DiskResolver",
          "parameters": {
            "location": "D:/ptt/thumbnails"
          }
        }
      },
    "contentFactory": "CachedContentFactory",
    "resolverName": "disk",
    "local": {
ppanopticon commented 5 months ago

What is the status of this issue?

ppanopticon commented 5 months ago

No longer necessary.