DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
We propose both embedded and separate HITL patterns:
Option A: Embedded HITLHITL
(Out of scope this scenario moving this to New AIP)
| Code Block | ||||
|---|---|---|---|---|
| ||||
quality_check = LLMDataQualityOperator( task_id="customer_quality_analysis", data_sources=[customer_s3], prompt="Generate data quality validation queries", require_approval=True, # Built-in HITL approval_timeout=timedelta(hours=2) ) |
...