compute_similarity
ActiveTool of io.github.lazymac2x/embedding-search
declared in 1.1.0
Compute cosine similarity between two texts. Returns score in [-1,1]. Useful for dedup and relatedness.
Parameters schema
{
"type": "object",
"required": [
"text_a",
"text_b"
],
"properties": {
"model": {
"type": "string"
},
"text_a": {
"type": "string"
},
"text_b": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.lazymac2x/embedding-search
https://github.com/lazymac2x/embedding-search-api
1/7 registries