Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 701 Bytes

CHANGELOG.md

File metadata and controls

27 lines (15 loc) · 701 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]

[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