normalize_vector
ActiveTool 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"
}
}
}Parent server
IA-QA — 130+ QA & Dev Tools for AI Agents
https://github.com/jcjamet/ia-qa
1/7 registries