v0.1.10
What's Changed
- examples: fix openai toolcall example after refactor by @eliben in #783
- googleai: implement tool support by @eliben in #794
- googleai: support tool calls in googleai/vertexai by @eliben in #795
- googleai: add example of tool calling by @eliben in #796
- examples: update langchaingo to v0.1.9 by @tmc in #800
- llms: add llama3 models to bedrock by @semioz in #805
- examples: Specify embedding model when instantiating LLM in Pinecone example code by @nikhilnarayanan623 in #816
- feat: support gemini pro system prompt by @douglarek in #814
- scraper: fix concurrent scraped links map access by @vdpoora in #813
- ernie: Remove ERNIE-Bot-8K Model by @sxk10812139 in #812
- llms: llms/googleai/option.go With methods added that was not implemented yet by @Mannetjie in #808
- openai: Add metadata fields in OpenAI calls by @lowjiansheng in #811
- llms: Add usability methods to parts types by @tmc in #818
- memory: Add mongodb memory implementation by @CrazyWr in #810
- examples: Add groq completion example by @sklinkert in #804
- embeddings: Add Jina by @devalexandre in #809
- bugfix: incorrect error return in applyClientOptions function by @0xd219b in #807
- feat: bedrock anthropic stream support by @douglarek in #821
- vectorstores/pgvector: support both pgx and pgxpool. by @joeychilson in #802
- memory: add sqlite3 backend by @mvrilo in #798
- embeddings: add voyageai embedder by @joeychilson in #792
- agent: Update openai agent tool calling (#765) by @txfsxq in #772
- llms: Maritaca AI by @devalexandre in #762
- vectorstores: add redisvector implementation by @CrazyWr in #777
- feat: add WithKeepSeparator option for RecursiveCharacter by @zhangi in #721
- docs: re-add llamafile example by @devalexandre in #693
- openai: add toolcalls support when streaming by @ChrisCPoirier in #763
New Contributors
- @nikhilnarayanan623 made their first contribution in #816
- @douglarek made their first contribution in #814
- @vdpoora made their first contribution in #813
- @Mannetjie made their first contribution in #808
- @lowjiansheng made their first contribution in #811
- @sklinkert made their first contribution in #804
- @0xd219b made their first contribution in #807
- @txfsxq made their first contribution in #772
- @zhangi made their first contribution in #721
- @ChrisCPoirier made their first contribution in #763
Full Changelog: v0.1.9...v0.1.10