Skip to content

v0.1.20

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Sep 18:39
· 304 commits to main since this release
19a1520

This release refactors Sycamore’s dependencies to use extras in order to conditionally pull in dependencies for connectors and local inference (e.g. creating vector embeddings). For example, if you want to use the OpenSearch connector, you will need to: pip install sycamore-ai[opensearch]. Or, if you want to run a local vector embedding model, you will need to: pip install sycamore-ai[local-inference]. To do both, you will need to: pip install sycamore-ai[opensearch,local-inference]

Also, this release includes performance and stability improvements.

What's Changed

New Contributors

Full Changelog: v0.1.19...v0.1.20