v0.1.0 - Renamed to Tanuki, support for Embeddings
Renamed MonkeyPatch to Tanuki, support for embeddings and function configurability is released!
Use embeddings to integrate Tanuki with downstream RAG implementations using OpenAI Ada-2 model.
Function configurability allows to configure Tanuki function executions to ignore certain implemented aspects (finetuning, data-storage communications) for improved latency and serverless integrations.
What's Changed
- Usecase/email regex by @bmagz in #65
- Added marketplace classifier example by @MichaelSel in #73
- Added support for pydantic objects as inputs to align statements by @MartBakler in #71
- Enchancement/informative openai messages by @MartBakler in #79
- fix: Fix author string in pyproject.toml by @jonesmabea in #83
- Feature/patch configurability by @MartBakler in #80
- Telemetry can be disabled by @cosmastech in #90
- usecase/web-scraping by @bmagz in #91
- Feature/embeddings by @JackHopkins in #88
- Fix/rename to tanuki by @JackHopkins in #94
- selenium webscraping example by @bmagz in #93
- Update community guidelines, code of conduct, contributing, security,… by @JackHopkins in #98
- Update docs for new release by @MartBakler in #97
- Update readme.md by @MartBakler in #99
- Remove old monkey-patch.py files by @JackHopkins in #100
New Contributors
- @jonesmabea made their first contribution in #83
- @cosmastech made their first contribution in #90
Full Changelog: v0.0.10...v0.1.0