You're viewing a demo portfolio

Join the waitlist
PRSM

normalize_vector

Active

Tool of IA-QA — 130+ QA & Dev Tools for AI Agents

declared in 1.0.0

L2-normalize a float vector (produce a unit vector with norm=1). Required by many vector DBs (Pinecone, Qdrant cosine). Supports batch normalization of up to 1000 vectors.

Parameters schema

{
  "type": "object",
  "properties": {
    "batch": {
      "type": "array",
      "items": {
        "type": "array",
        "items": {
          "type": "number"
        }
      },
      "description": "Batch of vectors to normalize (overrides vector)"
    },
    "vector": {
      "type": "array",
      "items": {
        "type": "number"
      },
      "description": "Single vector to normalize"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

IA-QA — 130+ QA & Dev Tools for AI Agents

https://github.com/jcjamet/ia-qa

1/7 registries
View full server →
normalize_vector — IA-QA — 130+ QA & Dev Tools for AI Agents — PRSM MCP