Skip to main content

Module registry

Module registry 

Source
Expand description

Model registry: maps SQL-referenced model names to backends and tasks. Built once at startup; AI functions resolve against it at plan time.

Structs§

ModelEntry
One registered model.
ModelRegistry
Map of model name to entry, with optional per-task defaults.

Enums§

BackendKind
Which runtime executes a model.
ModelBackend
Backend-specific wiring for a registered model.
RegistryError
Errors from resolving or validating a model.
Task
Task contract for an AI SQL function.