Releases: michaelfeil/infinity
Releases · michaelfeil/infinity
0.0.63
What's Changed
- improve typing to 3.9 standards by @michaelfeil in #409
- add posthog logging by @michaelfeil in #410
How to disable logging:
# across docker, cli
export DO_NOT_TRACK=1
- add bfloat16 as dtype
Full Changelog: 0.0.62...0.0.63
0.0.62
What's Changed: Breaking change - rerank endpoint returns sorted results
- add top_k parameter to rerank endpoint (#396) by @michaelfeil in #404
- docs: update README.md by @eltociear in #405
- fix topk tests by @michaelfeil in #406
- update client by @michaelfeil in #407
New Contributors
- @eltociear made their first contribution in #405
Full Changelog: 0.0.61...0.0.62
0.0.61
0.0.60
What's Changed
- Embed openai broad multimodal compat by @michaelfeil in #395 -> MultiModal inference in /embeddings
Full Changelog: 0.0.59...0.0.60
0.0.59
What's Changed
- add client packages by @michaelfeil in #382
- WIP: End to End test for vision and audio by @wirthual in #386
- Follow up PR for Audio End to End testing by @wirthual in #390
- Feature: Add Support for Data URI by @davleop in #385
- Allow enabling rerankers raw_scores by @rawsh in #393
New Contributors
Full Changelog: 0.0.58...0.0.59
0.0.58
What's Changed
- async requests enabled by @michaelfeil in #376
- Update README. Extract audio related code into own utils by @wirthual in #380
- Audio: OpenAI API by @michaelfeil in #377
- add libsound for docker arm build by @michaelfeil in #381
Full Changelog: 0.0.57...0.0.58
0.0.57
What's Changed
- format with ruff by @michaelfeil in #365
- Update README.md by @shell-nlp in #368
- WIP: Add CLAP support by @wirthual in #364
- add weakref to sync engine by @michaelfeil in #373
- add verification check by @michaelfeil in #374
New Contributors
- @shell-nlp made their first contribution in #368
- @wirthual made their first contribution in #364
Full Changelog: 0.0.56...0.0.57
0.0.56
What's Changed
- Solution to #258 [CLIP][Server/Engine] Send images to engine / accept PIL images by @Gavinfornever in #353
New Contributors
- @Gavinfornever made their first contribution in #353
Full Changelog: 0.0.55...0.0.56
0.0.55
What's Changed
- add vast example to infra by @aowen14 in #343
- Update README.md with logos by @michaelfeil in #346
- fixing link by @aowen14 in #347
- add disk_cleanup action by @kartik-ganesh in #348
- Update README.md by @michaelfeil in #351
- base64 encoding option for embeddings by @michaelfeil in #350
New Contributors
- @aowen14 made their first contribution in #343
- @kartik-ganesh made their first contribution in #348
Full Changelog: 0.0.54...0.0.55
0.0.54
What's Changed
- improved CLI
v2 --help
text, updated readme @michaelfeil in #337
Full Changelog: 0.0.53...0.0.54