v0.1.12
This release adds components to Sycamore to enable search and analytics use cases, beyond data preparation. Sycamore can now be deployed using Docker containers, and you can also download the Python libraries for data preparation. The documentation has also been updated to reflect this change in scope.
This release also has other features and bug fixes.
What's Changed
- Correctly handle OpenAI model fallback. by @bsowell in #205
- Upgrade Ray to 2.9.0. by @bsowell in #207
- Convert distance function from average to min. Tune parameters. by @alexaryn in #209
- add nltk download punkt action by @HenryL27 in #211
- Address boundary conditions of sliding window, small docs. Re-tuned. by @alexaryn in #210
- Augment text by @HenryL27 in #208
- Update JSON scan to use Ray JSON reader. by @bsowell in #215
- Add docker image prefix as sycamore-importer. by @bohou-aryn in #216
- Make Textract disabled by default by @bohou-aryn in #218
- Add Aryn trained DETR model for entity detection by @bohou-aryn in #212
- Add some useful utility methods for DocSets. by @bsowell in #217
- Element splitter to prevent text elements with too many tokens. by @alexaryn in #184
- Update to Sycamore documentation for consolidation by @jonfritz in #222
- Jonfritz patch 1 docs by @jonfritz in #224
- Metadata extraction updates by @baitsguy in #220
- Prepare for merge of quickstart into sycamore. by @eric-anderson in #225
- Merge quickstart into sycamore by @eric-anderson in #226
- Endless piles of reformatting to get checks to pass. by @eric-anderson in #227
- Use classic shingles; simplified implementation; added debug; re-tuned by @alexaryn in #214
- Update README.md by @jonfritz in #229
- Jonfritz patch 2 by @jonfritz in #228
- Fix sycamore importer service name by @bohou-aryn in #232
- Jonfritz patch 2 by @jonfritz in #235
- Fix bugs on Deformable-DETR by @bohou-aryn in #236
- Jonfritz patch 1 by @jonfritz in #233
- Create notebook file with default ingest script by @bohou-aryn in #219
- Fix typo in docs, and fix formatting by @eric-anderson in #237
- Bump version to v0.1.12. by @bsowell in #238
Full Changelog: v0.1.11...v0.1.12