vector_put — minimal (id + embedding)
Write a single embedding under the table's vector domain. The HNSW graph is updated synchronously inside the same WAL frame.
curl -X POST "$ENGINE/v1/tenants/$T/vector/products/put" \
-H "Authorization: Bearer $OC_TOKEN" \
-H "Content-Type: application/json" \
-d @- <<'JSON'
{
"id": "sku-9281",
"embedding": [0.0124, -0.0883, 0.0451, 0.0192, 0.0772, -0.0341, 0.0118, -0.0204]
}
JSON {
"id": "sku-9281",
"dim": 8,
"lsn": 41827301,
"elapsed_ms": 3
}