v0.1.11
What's Changed
- llms: add watsonx by @h0rv in #577
- pgvector restore WithConnectionURL option by @tmc in #832
- examples: Update to v0.1.10 by @tmc in #833
- agents:
GetTools
added toAgent
interface by @AugustDev in #831 - examples: add redis vectorstore example by @CrazyWr in #834
- llms/googleai: batch embedding calls by @johanbrandhorst in #825
- fix: better handling of errors in openai-like streaming messages by @douglarek in #839
- llms/googleai: upgrade genai SDKs and fix build issue vs. new version by @eliben in #854
- fix: handle nil pointer exception in chat_prompt_template by @ankitraj2330 in #879
- httputil: debug transport layer by @AugustDev in #845
- llms: Add improved yaml and json marshaling by @tmc in #880
- tools: Improve tool choice population and parsing by @tmc in #883
- memory: move mongo chat history into the separate module by @CrazyWr in #843
- llms: Tidy up marshaling by @tmc in #884
- anthropic: Add tool/function calling support by @lwlee2608 in #882
- milvus_vectorstore: store metadata with JSON data type & support search with filter by @CrazyWr in #844
- readme: add scheme to vectorstores/chroma URL by @codefromthecrypt in #846
- llms: Fix ErrIncompleteEmbeddings Message Typos by @wgeorgecook in #872
- googleai: add support for array type in convertToolSchemaType by @johnknott in #865
- marita: update Authorization by @devalexandre in #864
- Fix typos map key value of the modelToContextSize by @zhanluxianshen in #874
- memory: Add Zep Cloud integration by @paul-paliychuk in #746
- openai: add the field
detail
in ImageURLContent struct by @douglarek in #853 - weaviate: Fix up weaviate tests by @tmc in #885
- deps: clean up direct dep on zerolog by @tmc in #886
- googleai: Fix: Resolve Type Error in googleai convertTools by @wangjiancn in #888
- openai: enable optional return of usage data while streaming by @wangjiancn in #887
- llms/googleai: Support more
option.ClientOption
and update google ai sdk by @wangjiancn in #841 - googleai: Remove unused err, fix typo by @tmc in #891
- examples: Correct API key usage for Groq integration by @Ashad001 in #893
- ollama: Fix JSON format bug issue when not streaming by @doslindos in #892
New Contributors
- @h0rv made their first contribution in #577
- @johanbrandhorst made their first contribution in #825
- @ankitraj2330 made their first contribution in #879
- @lwlee2608 made their first contribution in #882
- @codefromthecrypt made their first contribution in #846
- @wgeorgecook made their first contribution in #872
- @johnknott made their first contribution in #865
- @zhanluxianshen made their first contribution in #874
- @paul-paliychuk made their first contribution in #746
- @wangjiancn made their first contribution in #888
- @Ashad001 made their first contribution in #893
- @doslindos made their first contribution in #892
Full Changelog: v0.1.10...v0.1.11-pre.0