v0.1.25
This Sycamore release includes numerous bug fixes for connectors and other transforms. It also includes support for Anthropic LLMs via Amazon Bedrock.
What's Changed
- Sycamore Query evaluation tool. by @mdwelsh in #912
- Luna client local schema (take 2) by @dtecuci in #919
- Fix small bug in client. by @mdwelsh in #923
- Fix DuckDB Spelling Error by @karanataryn in #924
- Make OpenSearchSchema a proper Pydantic model. by @mdwelsh in #922
- Fix typo by @Yashbhatt786 in #927
- Bugfixes: DocumentSource enum serialization and missing element_id in old data by @baitsguy in #928
- Bug fixes: remove kwargs in docset.rerank, sycamore query codegen by @baitsguy in #932
- Add Table Merger by @dhruvkaliraman7 in #880
- Basic Bedrock LLM client. by @mdwelsh in #931
- Accept query plan examples in config by @baitsguy in #934
- Evaluate query plans in query-eval by @baitsguy in #936
- Add local mode support for json scan and json document scan by @bohou-aryn in #925
- Handle Drawing Missing Tables and Cells by @karanataryn in #938
- Support LLM selection in Sycamore Query Client. by @mdwelsh in #935
- Crop To Bbox Error by @karanataryn in #939
- Add plan correctness metrics summary + K in TopK optional by @baitsguy in #940
- don't embed the empty string with openai by @HenryL27 in #943
- Support SummarizeImages with non-OpenAI LLMs. by @bsowell in #941
- Add support for tags and notes. by @mdwelsh in #942
- Create LLMSchemaExtractor and LLMPropertyExtractor classes. by @bsowell in #945
- Don't run embedded weaviate in the unit tests by @HenryL27 in #951
- fix empty strings in section headers by @HenryL27 in #948
- Select pages by @bsowell in #937
- Fixup notebook tests by @eric-anderson in #933
- Use pytest-xdist for unit tests. by @mdwelsh in #952
- Update standardizer.py by @jonfritz in #944
- Fix bugs in Unflattening Data by @karanataryn in #930
- fix materialize bug with s3 filesystem by @eric-anderson in #954
- Bump version to 0.1.25. by @bsowell in #955
New Contributors
- @Yashbhatt786 made their first contribution in #927
Full Changelog: v0.1.24...v0.1.25