Is it possible to return the computed Similarity Score for each record returned in a semantic search query with AIP Logic?
In this example function, I would like to return a numeric value from 0.0 to 1.0 that represents how similar the input text (query) was to the matched embedding in the search. The level of similarity is important so I want to access that property, is there a way to return that from the search?