Skip to content

Structured Data Extraction

Compare
Choose a tag to compare
@closedLoop closedLoop released this 13 Oct 02:21
· 56 commits to main since this release

Implemented a clean way to extract typed objects (via Pydantic) from text.

data = extract_data(text=msg, output_type=list[UserIntent])