v0.1.8
This Sycamore release contains code to build Docker containers as well as small improvements and bug fixes.
What's Changed
- Add take_all operator on docsets. by @bsowell in #140
- Merge in crawler by @eric-anderson in #143
- Speed up 'poetry lock'. by @alexaryn in #147
- Merge after extract_entity so that elements don't exceed size limit. by @alexaryn in #148
- Add docker compose yaml files that run sycamore + crawler + arynai/opensearch + demoui by @eric-anderson in #145
- Add the scripts to dockerize opensearch in a way that works with the other sycamore components by @eric-anderson in #146
- Dockerize sycamore importing by @eric-anderson in #154
- Fix bug in dockerization from merge by @eric-anderson in #164
- Upgrade pyarrow version. by @bsowell in #165
- Bump version for 0.1.8 release. by @bsowell in #166
- Update README. by @austintlee in #167
- Mount data volume to demo-ui container by @pparmar30 in #170
- Lots of improvments to get sort benchmark working better by @eric-anderson in #172
- Move library dependencies back under [tool.poetry.dependencies] by @bsowell in #174
- Fixup dockerization -- skip sycamore library & add build-stamps by @eric-anderson in #175
- Update poetry.lock. by @bsowell in #176
- Update S3 crawler Dockerfile to skip library dependencies and add build stamps by @eric-anderson in #177
New Contributors
- @austintlee made their first contribution in #167
Full Changelog: v0.1.7...v0.1.8