Skip to content

v0.1.6

Compare
Choose a tag to compare
@tmc tmc released this 19 Mar 01:33
· 158 commits to main since this release
6045596

What's Changed

  • feat: add new textspliter option: lenfunc by @whyiug in #609
  • googleai: fix options need add default value by @Abirdcfly in #625
  • chains: add test with GoogleAI by @eliben in #628
  • chains: fix issue with overriding defaults in chainCallOption by @eliben in #632
  • chains: Update comments, bump example dependencies and clarify chain example by @eliben in #633
  • examples: Fix llm_math_chain example by @eliben in #634
  • chains: fix add ignore StreamingFunc by @Abirdcfly in #639
  • chore: Pinning chroma-go ahead of major new release by @tazarov in #640
  • docs: Add huggingface documentation by @devalexandre in #641
  • agents: Fix agent stream callback by @devinyf in #614
  • feat: add JSON format option to ollama by @corani in #647
  • feat: run integration tests for vector databases using testcontainers-go modules by @mdelapenya in #648
  • embeddings: Add Amazon Bedrock embeddings by @sansmoraxz in #643
  • vectorstores: Add support for OpenAI Organization ID header in Chroma by @AshDevFr in #646
  • change mrkl-prompt to python version by @devinyf in #653
  • examples: Point examples to v0.1.5 by @tmc in #656
  • vectorstores: fix pgvector issues and add more test by @Abirdcfly in #617
  • googleai: return err not log.Fatal when stream get error by @Abirdcfly in #663
  • docs: fixup a bunch of links by @codyoss in #659
  • docs: Add example about retriever by @devalexandre in #651
  • Create FUNDING.yml by @tmc in #669
  • docs: Add documentation for splitters by @devalexandre in #649
  • tool: sql_database generate sql-query filter redundant text by @devinyf in #612
  • llms/anthropic: Implement WithBaseURL and WithHTTPClient for Anthropic LLM by @GRVYDEV in #671
  • This example hangs if the JSON data is either marked as human or AI, it only works for me when marked as system by @timmattison in #670
  • vectorstores/milvus: add WithMetricType by @chenquan in #674
  • chore: Chroma dependency update by @tazarov in #676
  • vectorstores/milvus: fixed the bug that the collection was created in… by @chenquan in #675
  • Implementation proposal for using llamafile by @devalexandre in #677
  • documentloaders: add AssemblyAI document loader by @marcusolsson in #668
  • llms/bedrock: Add AWS Bedrock LLMs by @sansmoraxz in #666

New Contributors

Full Changelog: v0.1.5...v0.1.6