Releases: Unstructured-IO/unstructured-ingest
Releases · Unstructured-IO/unstructured-ingest
0.2.1
0.2.0
0.1.1
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
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
0.0.24
0.0.23
0.0.22
0.0.22
Enhancements
- Add documentation for developing sources/destinations
- Leverage
uvfor 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
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.