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.
- Bump Pathway from v0.7.6 to v0.7.7.
- Bump Pathway from v0.7.1 to v0.7.6.
- Alerting examples: standalone and Google Drive with native connector.
- Bump Pathway from v0.5.3 to v0.7.1.
- Added google drive alert example.
- Fixed an issue with rest connectors in alert example.
- Adding the "untructured to SQL on the fly" example.
- Bump Pathway from v0.5.2 to v0.5.3.
- 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.