We have built an index of minhashes for our documents and we’ve also set up a query pipeline to generate a minhash of the document we want to search for but we are not sure how to use those values to build a document similarity query.
The documentation for the filter/analyser includes a python script to make use of the minhash values but I can’t find any documentation on how to use hash values in an opensearch query - how do I do a jaccard similarity query between the search document hash and the hashes in the index?