You're viewing a demo portfolio

Join the waitlist
PRSM

compute_similarity

Active

Tool 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"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

io.github.lazymac2x/embedding-search

https://github.com/lazymac2x/embedding-search-api

1/7 registries
View full server →