v0.4.0
What's Changed
- chore: Deprecated Python 3.9 support by @Pringled in #74
- feat: Add selected_with_duplicates caching by @Pringled in #75
- feat: Add Pyversity for MMR, add configurable diversity re-ranking, deprecate lambda_param by @Pringled in #76
- chore: Deprecate 'deduplicated' and 'duplicates' attributes by @Pringled in #77
- feat: Add from_embeddings functionality, refactored utils by @Pringled in #78
- chore: Deprecated use_ann by @Pringled in #79
- docs: Moved benchmarks results to benchmarks directory by @Pringled in #80
- fix: Fixed from_embeddings exact duplicate removal by @Pringled in #82
- feat: Added multimodal support by @Pringled in #83
Deprecation warnings ⚠️
.deduplicatedandduplicatesattributes are deprecated in favor ofselectedandfiltereduse_annis deprecated for SemHash constructors. Useann_backend=Backend.BASICinsteadlambda_paramis deprecated forself_find_representative()andfind_representative(). Usediversityinstead.- Python 3.9 is not longer officially supported
Full Changelog: v0.3.3...v0.4.0