LLM Reference#

aguard(monitor, *guardrails)

Decorator for monitoring and optionally guardrailing an async entrypoint with DR MLOps.

DataDictChain(**kwargs)

Generate a data dictionary using an LLM.

enrich(question, using[, default_cache, verbose])

Enrich structured data with completions from an LLM or chain.

A-Z#

Chains#

DataDictChain(**kwargs)

Generate a data dictionary using an LLM.

GuardChain(**kwargs)

Apply monitoring and guardrails to a chain with DataRobot MLOps.

Other#

aguard(monitor, *guardrails)

Decorator for monitoring and optionally guardrailing an async entrypoint with DR MLOps.

GuardrailConfig(deployment_id, ...[, ...])

Guardrail configuration.

enrich(question, using[, default_cache, verbose])

Enrich structured data with completions from an LLM or chain.

MonitoringConfig(deployment_id, model_id[, ...])

Monitoring deployment configuration.