Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 826 Bytes

CHANGELOG.md

File metadata and controls

33 lines (19 loc) · 826 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

  • Adding the "untructured to SQL on the fly" example

[0.3.1] - 2023-10-19

Added

  • Added support for Pathway v0.5.2.

[0.3.0] - 2023-09-28

Added

  • Added support for LiteLLM.

[0.2.0] - 2023-09-19

Added

  • Introduced llm_app.extract_texts(), leveraging unstructured-io for text extraction from raw file bytes.
  • Chunking udf function llm_app.chunk_texts() that splits text based on token count.

[0.1.1] - 2023-07-04

Added

manul