v1.1.0
What's Changed
- Add .map for AI Functions by @jlowin in #441
- Add streaming support to engine + AI applications by @jlowin in #444
- Remove "made with mkdocs" from docs footer by @discdiver in #443
- Track llm_response on Message objects and AI Models by @jlowin in #446
- Flesh out API docs by @jlowin in #448
- Consolidate github tool by @jlowin in #449
- Minor streaming bugfix by @jlowin in #450
- modularize chroma tool and indicate
np
req forEmbeddings.acreate
by @zzstoatzz in #447 - rm schedule for community image push by @zzstoatzz in #456
- tailwind frontpage by @aaazzam in #457
- adds some test coverage to Function class by @aaazzam in #454
- Instructions to ai fn by @aaazzam in #455
- Support multiple providers + Anthropic support by @jlowin in #458
- Housekeeping: move
models
underutilities
by @jlowin in #459 - Expand AI Application docs by @jlowin in #461
- Add availability note for Anthropic by @jlowin in #460
- Abstract each provider into its own settings namespace by @jlowin in #462
- Fix AI Model bugs with instructions and add docs by @jlowin in #467
- Correct the docs for setting the Open AI API key by @Donavan in #468
- Reflect 1.0-style settings by @jlowin in #472
- Don't assign to the openai global variable by @jlowin in #474
- Add support for Azure OpenAI service by @jlowin in #466
- Add .map method for AI Models by @jlowin in #465
- Remove global default model + fix tokenization by @jlowin in #480
- enable
instructions
on ai_classifier by @aaazzam in #470 - Classifier enhancements: mapping, guard against non-openai by @jlowin in #481
- Update AI Classifier docs by @jlowin in #483
- Ensure model is always passed to executor by @jlowin in #482
- Rm agents (undocumented) by @aaazzam in #485
- Add context sizes for all models by @jlowin in #484
- add NLI references by @jlowin in #489
embedding_engine
setting moved by @zzstoatzz in #488- mv apps to /cookbooks by @aaazzam in #486
- ensure multiqueried excerpts are not too small by @zzstoatzz in #490
- Fix type annotation for
ai_fn
by @yasyf in #469 - run pre-commits by @zzstoatzz in #491
New Contributors
Full Changelog: v1.0.2...v1.1.0