config_fields
relationalai.config
Common configuration sections for Config.
Most projects configure PyRel using a YAML file (typically raiconfig.yaml).
This module defines the Pydantic models that validate the nested sections in
that file (for example execution, data, and debug).
You can also configure everything in code by passing dictionaries to
the create_config factory function (useful for programmatic
setup or for overrides in tests).
For reasoner (engine) configuration, see relationalai.config.config_reasoners_fields.
For deployment configuration, see relationalai.config.config_deployment_fields.
Classes
Classes exposed by this module.
ExecutionConfigConfigure execution middleware behavior.
DataConfigConfigure data loading, streaming, and export behavior.
CompilerConfigConfigure compiler behavior for query translation.
ModelConfigConfigure model execution defaults.
OplogConfigConfigure oplog (semantic-model-management) recording on deploy.
DebugConfigConfigure debug server and error-reporting behavior.
JobsConfigConfigure job execution behavior.