Skip to content

Releases: pathwaycom/llm-app

v0.3.6

27 Dec 15:10
Compare
Choose a tag to compare

Added

  • Bump Pathway from v0.7.6 to v0.7.7.

v0.3.5

27 Dec 10:12
Compare
Choose a tag to compare

Added

  • Bump Pathway from v0.7.1 to v0.7.6.

v0.3.4

17 Nov 15:48
Compare
Choose a tag to compare

Added

  • Alerting examples: standalone and Google Drive with native connector.
  • Bump Pathway from v0.5.3 to v0.7.1.

v0.3.3

14 Nov 14:57
Compare
Choose a tag to compare

Added

  • Added google drive alert example.

Fixed

  • Fixed an issue with rest connectors in alert example.

v0.3.2

10 Nov 06:17
Compare
Choose a tag to compare

Added

  • Adding the "untructured to SQL on the fly" example.
  • Bump Pathway from v0.5.2 to v0.5.3.

v0.3.1

19 Oct 20:24
Compare
Choose a tag to compare

Added

  • Added support for Pathway v0.5.2.

v0.3.0

28 Sep 10:46
Compare
Choose a tag to compare

Added

  • Added support for LiteLLM.

v0.2.0

19 Sep 19:48
Compare
Choose a tag to compare

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.