Closed resloved closed 1 year ago
Just added a check to see if the query is an image path and using encode_image to generate or embedding to filter by instead of encode_text. Might be worth having a separate flag for querying by image, but this felt the most intuitive to me.
encode_image
encode_text
Just added a check to see if the query is an image path and using
encode_image
to generate or embedding to filter by instead ofencode_text
. Might be worth having a separate flag for querying by image, but this felt the most intuitive to me.