Related Issues
The current SimilarityCondition definition is not intended for non-numeric comparisons.
Describe the solution(s) you'd like
Add support for string and vector comparisons in the SimilarityCondition class.
Describe the alternative solutions
The current SimilarityCondition class does have provisions for custom similarity scoring functions via the metric field; however, requiring a tolerance field is not intuitive for typical use cases, such as exact string matches or vector comparisons.
Additional context
No response
Related Issues
The current SimilarityCondition definition is not intended for non-numeric comparisons.
Describe the solution(s) you'd like
Add support for string and vector comparisons in the SimilarityCondition class.
Describe the alternative solutions
The current SimilarityCondition class does have provisions for custom similarity scoring functions via the metric field; however, requiring a tolerance field is not intuitive for typical use cases, such as exact string matches or vector comparisons.
Additional context
No response