New
v0.1.14-pre.2
What's Changed
- llms/openai: improve SSE comment handling in streaming responses by @tmc in https://github.com/tmc/langchaingo/pull/1366
- openai: add support for max_tokens by @kid-icarus in https://github.com/tmc/langchaingo/pull/1359
- openaiclient: add dimensions option while creating embeddings by @JLugagne in https://github.com/tmc/langchaingo/pull/1338
- llms/anthropic: allow streaming responses with tool use by @jpoz in https://github.com/tmc/langchaingo/pull/1343
- llms/bedrock: add modelProvider option and Nova model support by @dreamans in https://github.com/tmc/langchaingo/pull/1346
- fix: ensure googleai schema conversion works with nested objects and arrays by @kid-icarus in https://github.com/tmc/langchaingo/pull/1326
- fix: add
ReasoningContentfield to openaiGenerateContentfunctio… by @topjohncian in https://github.com/tmc/langchaingo/pull/1324 - bedrock: add tool calling support for Anthropic Claude models by @manishiitg in https://github.com/tmc/langchaingo/pull/1327
- llms/bedrock: complete Anthropic tool calling support by @tmc in https://github.com/tmc/langchaingo/pull/1367
- httprr: improve test recording stability and add utilities by @tmc in https://github.com/tmc/langchaingo/pull/1368
- Revert "openai: add support for max_tokens (#1359)" by @kid-icarus in https://github.com/tmc/langchaingo/pull/1369
- mongovector: fix expected error string in non-tokenized filter test by @matthewdale in https://github.com/tmc/langchaingo/pull/1331
- googleai: fix user provided embedding model getting overridden by default model by @ancalabrese in https://github.com/tmc/langchaingo/pull/1307
- openai: add robust max_tokens support with backward compatibility by @tmc in https://github.com/tmc/langchaingo/pull/1371
New Contributors
- @kid-icarus made their first contribution in https://github.com/tmc/langchaingo/pull/1359
- @JLugagne made their first contribution in https://github.com/tmc/langchaingo/pull/1338
- @dreamans made their first contribution in https://github.com/tmc/langchaingo/pull/1346
- @topjohncian made their first contribution in https://github.com/tmc/langchaingo/pull/1324
- @manishiitg made their first contribution in https://github.com/tmc/langchaingo/pull/1327
- @matthewdale made their first contribution in https://github.com/tmc/langchaingo/pull/1331
- @ancalabrese made their first contribution in https://github.com/tmc/langchaingo/pull/1307
Full Changelog: https://github.com/tmc/langchaingo/compare/v0.1.14-pre.1...v0.1.14-pre.2