Skip to content

0.1.1

Compare
Choose a tag to compare
@matteocargnelutti matteocargnelutti released this 02 Apr 14:58
· 38 commits to main since this release
8b7026f

What's Changed

  • Auto-adaptive parallelization for Sentence Transformers' .encode() by @bensteinberg in #7 .
    This change allows for specifying how many text chunks should be encoded in parallel by the text similarity model when ingesting documents. This feature automatically defaults to processing 1 chunk at a time if performance worsens.
  • Update langchain-core by @bensteinberg in #9

New Contributors

Full Changelog: 0.1.0...0.1.1