Skip to content

Releases: Unstructured-IO/unstructured-ingest

0.2.1

28 Oct 16:58
cd6aaa0

Choose a tag to compare

0.2.1

Enhancements

  • File system based indexers return a record display name
  • Add singlestore source connector
  • Astra DB V2 Source Connector Create a v2 version of the Astra DB Source Connector.

0.2.0

24 Oct 02:19
bf81552

Choose a tag to compare

0.2.0

Enhancements

  • Add snowflake source and destination connectors
  • Migrate Slack Source Connector to V2
  • Migrate Slack Source Connector to V2
  • Add Delta Table destination to v2
  • Migrate Slack Source Connector to V2

0.1.1

22 Oct 23:26
3ee677c

Choose a tag to compare

0.1.1

Enhancements

  • Update KDB.AI vectorstore integration to 1.4
  • Add sqlite and postgres source connectors
  • Add sampling functionality for indexers in fsspec connectors

0.1.0

18 Oct 01:42
6fc428f

Choose a tag to compare

0.1.0

Enhancements

  • Move default API URL parameter value to serverless API
  • Add check that access config always wrapped in Secret
  • Add togetherai embedder support
  • Refactor sqlite and postgres to be distinct connectors to support better input validation
  • Added MongoDB source V2 connector
  • Support optional access configs on connection configs
  • Refactor databricks into distinct connectors based on auth type

0.0.25

14 Oct 20:14
be96781

Choose a tag to compare

0.0.25

Enhancements

  • Support pinecone namespace on upload
  • Migrate Outlook Source Connector to V2
  • Support for Databricks Volumes source connector

0.0.24

08 Oct 23:23
b3add2a

Choose a tag to compare

What's Changed

  • feat/support passing in metadata to write to pinecone payload by @rbiseck3 in #156

Full Changelog: 0.0.23...0.0.24

0.0.23

03 Oct 20:21
277c993

Choose a tag to compare

0.0.23

Fixes

  • Remove check for langchain dependency in embedders

0.0.22

03 Oct 13:34
e629e92

Choose a tag to compare

0.0.22

Enhancements

  • Add documentation for developing sources/destinations
  • Leverage uv for pip compile
  • Use incoming fsspec data to populate metadata Rather than make additional calls to collect metadata after initial file list, use connector-specific data to populate the metadata.
  • Drop langchain as dependency for embedders

0.0.21

01 Oct 19:10
7757b3c

Choose a tag to compare

Fixes

  • Fix forward compatibility issues with unstructured-client==0.26.0. Update syntax and create a new SDK util file for reuse in the Partitioner and Chunker

  • Update Databricks CI Test Update to use client_id and client_secret auth. Also return files.upload method to one from open source.

  • Fix astra src bug V1 source connector was updated to work with astrapy 1.5.0

Enhancements

  • Support for latest AstraPy API Add support for the modern AstraPy client interface for the Astra DB Connector.

0.0.19

25 Sep 19:25
e013b79

Choose a tag to compare

0.0.19

Fixes

  • Use validate_default to instantiate default pydantic secrets