omnigraph/crates/omnigraph-compiler/src
Ragnor Comerford 7c916f5b98
refactor(compiler): remove dead OpenAI embedding client (RFC-012 Phase 1)
The compiler-side EmbeddingClient (OpenAI/`text-embedding-3-small`) was pub(crate), #![allow(dead_code)], and had zero callers anywhere in the workspace; the live nearest("string") path and the offline `omnigraph embed` CLI both use the engine Gemini client. It carried the only NANOGRAPH_* env vars (vestigial 'nanograph os' naming) and was the sole user of reqwest+tokio in omnigraph-compiler — dropping them removes an HTTP client and async runtime from a crate that advertises 'Zero Lance dependency' (invariant 11).

Rewrites docs/user/search/embeddings.md to the single-client reality and corrects the false 'engine embeds @embed at ingest' claim. Verified: build green, 238 compiler tests pass, `rg NANOGRAPH_` empty.
2026-06-15 15:07:54 +02:00
..
catalog (feat): multi-graph server mode (#119) 2026-05-28 16:19:31 +02:00
ir (feat): multi-graph server mode (#119) 2026-05-28 16:19:31 +02:00
lint (feat): multi-graph server mode (#119) 2026-05-28 16:19:31 +02:00
query (feat): multi-graph server mode (#119) 2026-05-28 16:19:31 +02:00
schema (feat): multi-graph server mode (#119) 2026-05-28 16:19:31 +02:00
error.rs Initial public Omnigraph repository 2026-04-10 20:49:41 +03:00
json_output.rs Initial public Omnigraph repository 2026-04-10 20:49:41 +03:00
lib.rs refactor(compiler): remove dead OpenAI embedding client (RFC-012 Phase 1) 2026-06-15 15:07:54 +02:00
query_input.rs Fix null-fill for nullable params when params JSON is None/null 2026-04-13 09:37:17 +00:00
result.rs Initial public Omnigraph repository 2026-04-10 20:49:41 +03:00
types.rs Initial public Omnigraph repository 2026-04-10 20:49:41 +03:00