What's Changed
- llms/googleai: fix vertex do not return usage info by @wangjiancn in #904
- bugfix: Anthropic Function Calling by @lwlee2608 in #899
- llms/anthropic: Fix Content set incorrectly for anthropic llm requests by @JckHoe in #908
- llms/googleai: fix convert tool error by @wangjiancn in #903
- llms/googleai: Fix usage population tests, max token test, update dpep by @tmc in #910
- docs/groq: by @devalexandre in #907
- llms/watsonx: update module by @h0rv in #902
- docs: fix text_splitters mdx code example never closed by @4lxprime in #900
- textsplitter: add WithHeadingHierarchy option to markdown splitter to retain heading hierarchy in chunks by @iwilltry42 in #898
- examples: point watsonx example at current main by @tmc in #911
- outputparser: add
Defined
parser to extract a struct from LLM output by @erictse in #856 - anthropic: Improve streaming message handling in anthropic client by @tmc in #912
- googleai: Settle on GOOGLE_API_KEY for google auth env var name by @tmc in #913
- llms: Increase default tokens by @tmc in #914
- examples: Add example readmes by @tmc in #916
- examples: Improve top level readme by @tmc in #919
- anthropic: Spruce up tool calling example by @tmc in #921
- examples: point to 0.1.12-pre.0 by @tmc in #922
New Contributors
- @JckHoe made their first contribution in #908
- @4lxprime made their first contribution in #900
- @iwilltry42 made their first contribution in #898
- @erictse made their first contribution in #856
Full Changelog: v0.1.11...v0.1.12