Skip to content

Releases: Unstructured-IO/unstructured-ingest

0.5.10

04 Mar 19:25
2df9396
Compare
Choose a tag to compare

0.5.10

Enhancements

  • Migrate Jira Source connector from V1 to V2
  • Add Jira Source connector integration and unit tests
  • Support custom endpoint for openai embedder

Fixes

  • Fix Confluence unescaped Unicode characters
  • Update use of unstructured client to leverage new error handling
  • Dropbox connector can now use long lived refresh token and generate access token internally
  • Delta Tables connector can evolve schema

0.5.9

27 Feb 17:28
cf556ed
Compare
Choose a tag to compare

0.5.9

Features

  • Add auto create collection support for AstraDB destination

Fixes

  • Fix Confluence Source page title not being processed during partition

0.5.8

21 Feb 18:12
7382250
Compare
Choose a tag to compare

0.5.8

Fixes

  • Fix on pinecone index creation functionality

0.5.7

19 Feb 22:09
e816a9e
Compare
Choose a tag to compare

Fixes

  • Fix voyageai embedder: add multimodal embedder function

0.5.6

19 Feb 19:14
0d37556
Compare
Choose a tag to compare

0.5.6

Enhancements

  • Add support for setting up destination for Pinecone
  • Add name formatting to Weaviate destination uploader

0.5.5

18 Feb 22:26
0fa4fee
Compare
Choose a tag to compare

What's Changed

  • improve orig_elements handling in astra and neo4j by @vangheem in #389

Full Changelog: 0.5.4...0.5.5

0.5.4

14 Feb 18:12
3a2ac7e
Compare
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
Compare
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
Compare
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
Compare
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