v0.1.6
This Sycamore release adds basic support for ingesting PPTX files and support for OpenAI and Amazon Bedrock embedding models. It also contains small improvements and bug fixes.
What's Changed
- Fix bug in README.md; opensearch function expects kwargs. by @eric-anderson in #112
- Update partion_pdf paramters to match Unstructured. by @bsowell in #109
- Utility function for writing out elements. by @bsowell in #114
- Inject function name while creating Ray function by @pparmar30 in #116
- Add support for PPTX files by @pparmar30 in #107
- merge_elements transform by @HenryL27 in #115
- Add SerDe for Document by @bohou-aryn in #110
- Add support for OpenAI embeddings. by @bsowell in #118
- Inject function name while creating Ray callables by @pparmar30 in #120
- Add support for Amazon Bedrock embeddings. by @bsowell in #119
- Bump version to v0.1.6. by @bsowell in #121
New Contributors
- @eric-anderson made their first contribution in #112
Full Changelog: v0.1.5...v0.1.6