Skip to content

Releases: Unstructured-IO/unstructured-ingest

0.5.4

14 Feb 18:12
3a2ac7e

Choose a tag to compare

Enhancements

  • Sharepoint support for nested folders and remove need for default path Shared Documents

0.5.3

13 Feb 14:56
364fc9b

Choose a tag to compare

0.5.3

Enhancements

  • Improvements on Neo4J uploader, and ability to create a vector index
  • Optimize embedder code - Move duplicate code to base interface, exit early if no elements have text.

Fixes

  • Fix bedrock embedder: rename embed_model_name to embedder_model_name

0.5.2

12 Feb 17:04
56ffc4c

Choose a tag to compare

0.5.2

Enhancements

  • Only embed elements with text - Only embed elements with text to avoid errors from embedders and optimize calls to APIs.
  • Improved google drive precheck mechanism
  • Added integration tests for google drive precheck and connector

Fixes

  • Fix Snowflake Uploader error with array variable binding

0.5.1

10 Feb 15:35
399854f

Choose a tag to compare

0.5.1

Fixes

  • Fix Attribute Not Exist bug in GoogleDrive connector
  • Fix query syntax error in MotherDuck uploader
  • Fix missing output filename suffix in DuckDB base stager

Enhancements

  • Allow dynamic metadata for SQL Connectors
  • Add entities field to pinecone connector default fields

0.5.0

07 Feb 11:09
7fbd35c

Choose a tag to compare

0.5.0

Fixes

  • Change aws-bedrock to bedrock
  • Update Sharepoint tests

Enhancements

  • Don't raise error by default for unsupported filetypes in partitioner - Add a flag to the partitioner to not raise an error when an unsupported filetype is encountered.

0.4.7

04 Feb 13:59
477214b

Choose a tag to compare

0.4.7

Fixes

  • Add missing async azure openai embedder implementation
  • Update Sharepont to support new Microsoft credential sequence

0.4.6

03 Feb 14:33
40fed51

Choose a tag to compare

0.4.6

Fixes

  • Fix Upload support for OneDrive connector
  • Fix Databricks Delta Tables connector's "Service Principal" authentication method

0.4.5

02 Feb 00:23
8fad5fa

Choose a tag to compare

What's Changed

  • fix downloading larger files with onedrive by @vangheem in #364

Full Changelog: 0.4.4...0.4.5

0.4.4

31 Jan 22:20
e3a2930

Choose a tag to compare

What's Changed

Full Changelog: 0.4.3...0.4.4

0.4.3

30 Jan 20:01
7c0cffa

Choose a tag to compare

0.4.3

Enhancements

  • Add support for allow list when downloading from raw html
  • Add support for setting up destination as part of uploader
  • Add batch support for all embedders

Fixes

  • Fix HtmlMixin error when saving downloaded files
  • Fix Confluence Downloader error when downloading embedded files