mirror of
https://github.com/ModernRelay/omnigraph.git
synced 2026-07-12 03:12:11 +02:00
iss-embedding-nan-validation: validate_and_normalize_embedding checks only dimension. The normalize guard (norm > f32::EPSILON) inverts on NaN — normalization is skipped and the raw NaN vector returns Ok; an Inf component normalizes to 0s + NaN; an all-zero vector (no direction, undefined under cosine/ANN) passes. All were unpinned. Fails as predicted against current code: unwrap_err() panics on the NaN case — the poisoned vector is returned Ok. |
||
|---|---|---|
| .. | ||
| omnigraph | ||
| omnigraph-api-types | ||
| omnigraph-cli | ||
| omnigraph-cluster | ||
| omnigraph-compiler | ||
| omnigraph-policy | ||
| omnigraph-server | ||