Skip to content

Releases: osl-incubator/rago

0.9.0

21 Nov 01:22
Compare
Choose a tag to compare

0.9.0 (2024-11-21)

Features

  • Add initial support for structured output (#25) (64856e1)

0.8.1

19 Nov 03:37
Compare
Choose a tag to compare

0.8.1 (2024-11-19)

Bug Fixes

0.8.0

19 Nov 03:19
Compare
Choose a tag to compare

0.8.0 (2024-11-19)

Features

  • Add an attribute for logs to keep more information for all the steps (#22) (89b19bb)
  • aug: Add support for SpaCy augmented class (#23) (14b4dd5)

0.7.1

15 Nov 16:56
Compare
Choose a tag to compare

0.7.1 (2024-11-15)

Bug Fixes

  • Remove experimental augmented classes (#21) (e878012)

0.7.0

14 Nov 23:38
Compare
Choose a tag to compare

0.7.0 (2024-11-14)

Features

  • Add PDF Retrieval and Text Splitter (#20) (6e80756)

0.6.0

07 Nov 21:26
Compare
Choose a tag to compare

0.6.0 (2024-11-07)

Features

0.5.1

04 Nov 18:03
Compare
Choose a tag to compare

0.5.1 (2024-11-04)

Bug Fixes

  • Remove unnecessary usage of abc.abstractmethod (#18) (565ec05)

0.5.0

01 Nov 02:29
Compare
Choose a tag to compare

0.5.0 (2024-11-01)

Features

  • Add attribute for storing intermediate results from the pipeline (#17) (b00c4ae)

0.4.0

31 Oct 12:55
Compare
Choose a tag to compare

0.4.0 (2024-10-31)

Bug Fixes

  • Fix packaging issues with torch and fix issues with langdetect (#10) (e4ade58)

Features

  • Implement Gemini Model Integration for Augmentation and Generation (#16) (b418c9b)
  • model: Integrate GPT-4 text generation in Rago (#13) (42078a3)

v0.3.0

28 Oct 21:32
Compare
Choose a tag to compare

What's Changed

  • feat: Implement type checking with typeguard by @xmnlab in #4
  • fix: Improve the usage of typeguard by @xmnlab in #5
  • refactor: make Hugging Face and model device selection optional defaulting to CUDA by @esloch in #6
  • fix: Fix packaging for gpu and cpu by @xmnlab in #8

Full Changelog: 0.2.0...0.3.0