v0.1.13
This release upgrades the Sycamore docker containers to use OpenSearch 2.12 and adds support for SSL. It also includes significant additions to the Sycamore documentation (https://sycamore.readthedocs.io/), and a number of other features and bug fixes.
What's Changed
- Upgrade test workflow to os 2.10 by @baitsguy in #240
- Evaluation code by @baitsguy in #239
- Quickstart: use SSL for all network communication: OpenSearch and Jupyter by @alexaryn in #231
- Update get_started.md by @jonfritz in #241
- Jonfritz patch 1 by @jonfritz in #245
- Upgrade dependencies and address dependabot alerts. by @bsowell in #248
- Update documentation for DocSetWriter and DocSet.write by @bsowell in #246
- Added eval metrics and fixed bugs by @baitsguy in #247
- Fix examples to use https for links to UI by @eric-anderson in #244
- Upgrade opensearch to 2.12 by @HenryL27 in #249
- Straggler comment. by @alexaryn in #250
- Add debug facility to sycamore-opensearch.sh entrypoint script. by @alexaryn in #251
- Address two timing-related problems with SSL/security setup. by @alexaryn in #253
- Henry's fix to detect failure properly for model deployment. by @alexaryn in #254
- Enable DEBUG and NOEXIT environment variables. by @eric-anderson in #255
- Add NOEXIT functionality to die function. by @alexaryn in #257
- By default, disable SSL for Jupyter, to avoid browser cert complaints. by @alexaryn in #256
- Added some debug messages that were missing. by @alexaryn in #259
- Improve recall metrics by @baitsguy in #258
- Suppress parse error that we expect. by @alexaryn in #262
- Remove need for passwordless sudo to run the default import notebook. by @eric-anderson in #264
- Improve http integration test debugging. by @eric-anderson in #263
- Increase default model deployment stability by @HenryL27 in #260
- Modify supplement_text for integrating text from pdfminer by @bohou-aryn in #265
- register model if not found in setup transient by @HenryL27 in #266
- add documentation for reranking by @HenryL27 in #261
- move model and pipeline configurations to python by @HenryL27 in #268
- Bump opensearch ssl startup wait time to 30 tries. by @eric-anderson in #269
- Document map_batch by @eric-anderson in #267
- Cleanup metrics classes + bug fixes by @baitsguy in #271
- Fixes to documentation. gen script to auto-add transforms. by @alexaryn in #272
- Add .sketch() to DocSet to access Sketcher transform directly. by @alexaryn in #273
- Update hybrid_search.md by @jonfritz in #274
- Fix notebooks -- proper protocol, truncate output. by @eric-anderson in #275
- Update docs for schema and property extractors. by @bsowell in #270
- More SSL/container fixes. by @eric-anderson in #276
- Minor doc cleanup: removed not-checked-in files. by @alexaryn in #278
- default opensearch to x86 by @HenryL27 in #279
- build ml-commons locally with correct dependencies by @HenryL27 in #280
- Upgrade the Sycamore version to 0.1.13. by @bsowell in #281
- unset default opensearch platform by @HenryL27 in #282
- Fix bug in dev example. by @eric-anderson in #285
- Added documentation for SSL=1 and general SSL background. by @alexaryn in #286
- Update hardware.md by @jonfritz in #287
- build and install remote processor plugin in opensearch dockerfile by @HenryL27 in #284
- add rps to compose.yaml by @HenryL27 in #289
- lowercase d in docker compose command by @HenryL27 in #290
Full Changelog: v0.1.12...v0.1.13