Skip to content

Calculate similarity score based on embeddings

Allen Cook requested to merge acook/similarity_score into main

Calculate similarity score based on the dot product of embeddings between expected and actual output, which is the algorithm prompt-library uses

Merge request reports