v0.1.7
This Sycamore release adds support for reading JSON and using Azure OpenAI to enrich data and generate vector embeddings. It also includes documentation improvements, improvements to merging and partitioning, new incremental features, and bug fixes.
What's Changed
- Fix docstrings for merge elements and add to docs by @bsowell in #126
- Add documentation for OpenAI and Bedrock embeddings by @bsowell in #125
- Update pyproject.toml to exclude 3.12 from list of python version by @bsowell in #122
- Use element merger in examples by @alexaryn in #123
- Merge transform fix by @baitsguy in #128
- Parameter to help with debugging bounding box issues by @bsowell in #137
- Update OpenAI LLM and OpenAIEmbedder to also support Azure OpenAI by @bsowell in #134
- Re-lock poetry config to fix a warning around the 'executing' package by @eric-anderson in #138
- Provide a way to modify the text to embed by @pparmar30 in #132
- Add manifest reader by @pparmar30 in #133
- Add random_sample transformation by @bsowell in #136
- Add a JSON reader by @pparmar30 in #117
- Bump version to 0.1.7 by @bsowell in #139
Full Changelog: v0.1.6...v0.1.7