Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This optional module is part of release 24.4 and is still in the proof-of-concept (POC) stage.

Overview

This document provides technical information for the new module "Similarity search with perceptual hashes (POC) " which includes the plugin "Similarity Search”. The module is designed to generate embeddings using perceptual hashes for objects during the ingest process, storing the hash in the record metadata and offering an API method to retrieve similar objects for an existing object.

Activation

  1. Enable the module SIMILARITY_SEARCH_PERCEPTUAL_HASHES_POC for the customer’s organisation. See the REST document for information on how to do that.

  2. Ingest new objects

Front-end

The MediaHaven front end will offer a context menu option for an object to show similar objects

API

There is a new API method GET records/:recordId/similar to return similar objects. See the REST documentation for further information.

...