I have one index called transcriptions
with documents containing a field raw_data
that contains blobs of text returned from the Google vision image transcription API. I have another index people
with documents containing a full_name
field (i.e. "John Smith"). I'd like to run a query to return the top 5 people
documents matched on full_name
to the raw_data
field of a given transcription
document. Can anyone help me out with this or point me in the right direction?
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.