omnigraph/crates/omnigraph-compiler/src
Ragnor Comerford 1a06150c33
feat(compiler): record @embed model in the catalog (RFC-012 Phase 3)
NodeType.embed_sources becomes HashMap<String, EmbedSource { source, model }>, populated from the @embed source arg + model kwarg; it round-trips through build_catalog_from_ir (the engine's IR-load path), so the recorded model reaches query execution. The migration planner already rejects any @embed change as UnsupportedChange, so changing a recorded model is a loud schema-apply refusal for free. New catalog test.
2026-06-15 21:09:34 +02:00
..
catalog feat(compiler): record @embed model in the catalog (RFC-012 Phase 3) 2026-06-15 21:09:34 +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(compiler): record @embed model in the catalog (RFC-012 Phase 3) 2026-06-15 21:09:34 +02:00
schema feat(compiler): @embed model kwarg in grammar/AST/parser (RFC-012 Phase 3) 2026-06-15 21:09:15 +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