omnigraph/docs/user
aaltshuler 10835ca788 fix(engine): reject non-finite and zero-norm embeddings
Validate every component is_finite() (naming the offending index) and
reject zero-norm vectors before normalizing, via the existing
Err(String) channel — callers already map it through EmbedCallError
{retryable:false} into OmniError::manifest_internal, so no new error
plumbing. The red tests turn green; docs state the finite/non-zero
contract in embeddings.md.

Closes iss-embedding-nan-validation.
2026-07-05 15:06:41 +03:00
..
branching fix(engine): stop branch-merge fast-forward OOM on embedding tables (#277) 2026-06-19 00:15:06 +02:00
cli docs(user): coherence cleanup aligned with 0.7.1 (#293) 2026-06-21 00:02:34 +03:00
clusters docs: state cluster apply is storage-direct, not server-routed (#306) 2026-06-28 17:14:58 +02:00
concepts feat(engine): retire commit-graph tables (#311) 2026-06-28 16:49:49 +02:00
mutations feat(engine): Stage the delete path; retire the inline-delete residual (#308) 2026-06-27 16:48:41 +02:00
operations docs(upgrade): add a v0.8.0 migration section — manifest changes, stricter-validation pre-flight 2026-07-03 03:55:21 +03:00
queries docs(user): de-dev polish — strip internal scaffolding from user docs (Phase 3a) (#226) 2026-06-14 14:39:25 +03:00
reference feat(engine): retire commit-graph tables (#311) 2026-06-28 16:49:49 +02:00
schema docs(schema): document enum widening — migration step list, OG-MF-106 scope, test map 2026-07-05 01:32:11 +03:00
search fix(engine): reject non-finite and zero-norm embeddings 2026-07-05 15:06:41 +03:00
deployment.md fix(cluster): stop cluster-apply crash-loops from the recovery-sidecar trap (#284) 2026-06-19 03:34:15 +03:00
index.md feat(engine): retire commit-graph tables (#311) 2026-06-28 16:49:49 +02:00
install.md ci: add linux-arm64 (aarch64) prebuilt release target (#316) 2026-06-29 22:55:44 +02:00
quickstart.md docs(readme): embedded quick-start run-through + trimmed Clients (#266) 2026-06-16 12:36:11 +02:00