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.
- Adding the "untructured to SQL on the fly" example
- Added support for Pathway v0.5.2.
- Added support for LiteLLM.
- 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.