0.1.1
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
- @bensteinberg made their first contribution in #7
Full Changelog: 0.1.0...0.1.1