v0.3.3
This release is mostly bug fixes and one API change for exporting.
For all export methods, we now have an "include_signals" bit. By default, we do not export signals computed in Lilac as extra metadata to preserve your source data.
For example:
hf_ds = ds.to_huggingface(include_signals=True)
What's Changed
Clustering
- Cache dataset.pivot() and make cluster search box more visible by @dsmilkov in #1126
- Add some polish to the clusters page. Fix some other UI bugs. by @nsthorat in #1128
- Add progress bars for JINA embedding for local clustering by @brilee in #1138
- Speedup rendering of cluster view by @dsmilkov in #1137
Bug fixes
- Fix a few small bugs by testing prod mode by @dsmilkov in #1129
- Add --deploy_at_head to deploy_project. Fix bug with percentages. by @nsthorat in #1131
- Rename USE_TABLE_INDEX => LILAC_USE_TABLE_INDEX. Add LILAC_PROD_MODE. by @nsthorat in #1134
- Fix signal info error by @dsmilkov in #1136
- Improve clusters and several bug fixes by @dsmilkov in #1141
- Fix issue with urls that end with a slash. by @nsthorat in #1143
Docs
Demo
Performance
API
Full Changelog: v0.3.2...v0.3.3