vector_stats
ActiveTool of IA-QA — 130+ QA & Dev Tools for AI Agents
Compute statistics for a float vector or matrix of vectors: mean, std, L2 norm, min, max, sparsity, top-K indices. Useful for debugging embedding quality and analyzing vector distributions in a vector DB.
Parameters schema
{
"type": "object",
"properties": {
"top_k": {
"type": "number",
"description": "Return indices of top K absolute values (default: 5)"
},
"matrix": {
"type": "array",
"items": {
"type": "array",
"items": {
"type": "number"
}
},
"description": "Matrix of vectors (overrides vector). Returns per-vector + matrix-level stats."
},
"vector": {
"type": "array",
"items": {
"type": "number"
},
"description": "Single vector to analyze"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
IA-QA — 130+ QA & Dev Tools for AI Agents
https://github.com/jcjamet/ia-qa
1/7 registries