New
v0.6.13
What's Changed ๐
๐ฅ Breaking Changes
- refactor!: Remove support for creating File objects from bytes @universalmind303 (#5556)
โจ Features
- feat: Prompt metrics @colin-ho (#5549)
- feat: Async udf metrics @colin-ho (#5541)
- feat: Support specifying dimensions for text embedding @samstokes (#5543)
- feat: support customized retries error message of S3 request @stayrascal (#5447)
- feat: UDF metrics @colin-ho (#5507)
- feat: Support product @luoyuxia (#5515)
- feat: OTEL Metrics from Swordfish @srilman (#5454)
- feat: add tos object source @stayrascal (#5372)
- feat: Bind the name of the running UDF to the UDFActor @plotor (#5514)
- feat: Support text documents in prompt @colin-ho (#5520)
๐ Bug Fixes
- fix: sorting on a literal value and aggregation with order-by @kevinzwang (#5547)
- fix: Limit with Offset returns unexpected result when reading Lance dataset @plotor (#5540)
- fix: Add absolute diff threshold to embed_text integration test @colin-ho (#5527)
- fix: test_embed_text_with_none_values with the OpenAI provider fails @desmondcheongzx (#5534)
- fix: Check for numpy dependency in prompt @colin-ho (#5521)
- fix: Handle Nones when embedding text with openai @desmondcheongzx (#5513)
- fix: Fix broken benchmark blog link @colin-ho (#5522)
โป๏ธ Refactor
- refactor!: Remove support for creating File objects from bytes @universalmind303 (#5556)
๐ Documentation
- docs: fix migration guide @kevinzwang (#5563)
- docs: standardize key features casing to sentence case @ykdojo (#5559)
- docs: legacy UDF migration guide @kevinzwang (#5562)
- docs: simplify getting started tip in introduction @ykdojo (#5560)
- docs: update blog icon from bookmark to blog @ykdojo (#5557)
๐ง Maintenance
- chore: remove docs feedback widget @ykdojo (#5544)
Full Changelog: https://github.com/Eventual-Inc/Daft/compare/v0.6.12...v0.6.13