Hello I'm attempting to use SemanticSimilarity from the tutorial and I get the following error:
ValidationError: 1 validation error for SemanticSimilarity with_column field required (type=value_error.missing)
I'm currently invoking the API as the following:
SemanticSimilarity( display_name="Response Similarity"). \ on(["target_response", "new_response"])
Has there been any updates to the API?