v0.0.14
What's Changed
- Allow label column to be null for running autolabel by @rajasbansal in #485
- Bump version to 0.0.10 by @rajasbansal in #488
- Autolabel config cli by @Tyrest in #463
- cli file name bugfix by @Tyrest in #493
- added logit bias for huggingface by @Tyrest in #495
- Added configurable log level to the CLI by @Tyrest in #497
- CLI Logit Bias and Model Params Fix by @Tyrest in #498
- Output object instead of dataframe to handle sorting and filtering by @rajasbansal in #482
- Add transform base class with a very simple agent.transform by @rajasbansal in #496
- added CLI documentation by @Tyrest in #494
- added links to the CLI documentation by @Tyrest in #505
- updated cli to reflect the transform change by @Tyrest in #504
- Accept config in LabelingAgent by @rajasbansal in #501
- Add support for Webpage Transform by @yadavsahil197 in #507
- added pdf transform and tests by @Tyrest in #502
- Support custom llm by @Sardhendu in #503
- Add cache for transforms and unpin sqlite by @rajasbansal in #508
- fixes to cli documentation like lists and others by @Tyrest in #514
- remove data loader directory (unused) by @rajasbansal in #512
- Update docs and add an example webpage transform notebook by @rajasbansal in #517
- added pdf transform documentation by @Tyrest in #519
- Allow running transforms in Jupyter Notebook using nest_asyncio by @rajasbansal in #520
- Add docs for webpage transform by @rajasbansal in #521
- version bump by @nihit in #522
- Bump version and fix dependency issue by @rajasbansal in #524
- edited pdf transform documentation for consistency by @Tyrest in #523
- upgrade bs4 version by @nihit in #525
- bump version by @nihit in #526
- Update docs for Autolabel Dataset by @rajasbansal in #527
- Add optional vector store params to autolabel config by @Abhinav-Naikawadi in #528
- fix config type error in AutolabelDataset initialization by @nihit in #530
Full Changelog: v0.0.9...v0.0.14