v0.0.17
What's Changed
- Fix bug in load script where we try to use the task manager when none is passed. by @nsthorat in https://github.com/lilacai/lilac/pull/627
- Various bug fixes by @dsmilkov in https://github.com/lilacai/lilac/pull/629
- Fix the async bug when starting the server by @dsmilkov in https://github.com/lilacai/lilac/pull/636
- Fix bug with non-serializable schema in the concept labeler. by @nsthorat in https://github.com/lilacai/lilac/pull/632
- Update the global project config during changes. by @nsthorat in https://github.com/lilacai/lilac/pull/631
- Remove the explicit cache directory for sentence transformers. by @nsthorat in https://github.com/lilacai/lilac/pull/637
Full Changelog: https://github.com/lilacai/lilac/compare/v0.0.16...v0.0.17