vector_quantize
ActiveTool of IA-QA — 130+ QA & Dev Tools for AI Agents
Simulate int8 or int4 quantization of float32 embedding vectors. Reduces storage by 4x (int8) or 8x (int4). Returns quantized values, scale factor, and precision loss (MSE). Useful for understanding vector DB compression trade-offs.
Parameters schema
{
"type": "object",
"required": [
"vector"
],
"properties": {
"bits": {
"type": "number",
"description": "Quantization bits: 8 (int8, default) or 4 (int4)"
},
"vector": {
"type": "array",
"items": {
"type": "number"
},
"description": "Float32 vector to quantize"
}
}
}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