v0.1.8
What's Changed
- Improvements on agents package API by @haochunchang in #551
- llms: add caching functionality for Models by @corani in #564
- httputil: Add httputil package to provide some common helpers by @tmc in #702
- examples: Use new debugging helper in example by @tmc in #703
- examples: Fix up import in openai debugging example by @tmc in #704
- tests: Perform env-var checking skips sooner as to speed up tests by @tmc in #706
- llms/anthropic: adds full support for messages api by @joeychilson in #707
- llms/bedrock: Fixed error when using Claude3 model and giving MessageContent with images by @mashiike in #713
- readme: Include contributors by @tmc in #714
- llms/cloudflare: Implement Cloudflare Workers AI LLM by @rajaiswal in #679
- add new example for OCR using Claude3's Vision feature with Bedrock by @mashiike in #715
- llms: Add mistral hosted inference llm implementation by @aannirajpatel in #717
- vectorstores/weaviate: Update testcontainer image by @tmc in #719
- tooling: Update minimum go version to 1.22, update golangci-lint by @tmc in #722
- openai: Render single text content parts directly by @tmc in #734
- all: set explicit 1.22 version in go.mod by @eliben in #727
- googleai: increase default max tokens setting by @eliben in #726
- examples: Fix and tidy examples, add nvidia example by @tmc in #735
- llms: Implement tool calling, including parallel tool call request support by @tmc in #709
- openai: WithEmbeddingModel option is incorrectly designating the desired model to use for embedding by @devalexandre in #731
- llms: Add Seed option to all supporting backends by @devalexandre in #732
New Contributors
- @joeychilson made their first contribution in #707
- @mashiike made their first contribution in #713
- @rajaiswal made their first contribution in #679
- @aannirajpatel made their first contribution in #717
Full Changelog: v0.1.7...v0.1.8