Skip to content

Release Notes


0.12.0 (2025-02-11)

Features

  • Add support system message (LLM/Gen) (#37) (eb6e499)

0.11.3 (2025-02-07)

Bug Fixes

0.11.2 (2025-01-22)

Bug Fixes

  • Fix get_embedding in the augmented classes (#34) (906ee2a)

0.11.1 (2025-01-22)

Bug Fixes

0.11.0 (2025-01-21)

Features

  • Add support for extra parameters for RAG generation (#32) (e7a57c1)

0.10.1 (2025-01-19)

Bug Fixes

0.10.0 (2025-01-16)

Features

0.9.0 (2024-11-21)

Features

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

0.8.1 (2024-11-19)

Bug Fixes

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 (2024-11-15)

Bug Fixes

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

0.7.0 (2024-11-14)

Features

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

0.6.0 (2024-11-07)

Features

0.5.1 (2024-11-04)

Bug Fixes

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

0.5.0 (2024-11-01)

Features

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

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)

0.3.0 (2024-10-24)

Bug Fixes

  • Fix packaging for gpu and cpu (#8) (42e0716)
  • Improve the usage of typeguard (#5) (25782c1)

Features

  • Add parameter for selecting device (cpu and gpu) (#6) (552d912)
  • Implement type checking with typeguard (#4) (ae7958e)

0.2.0 (2024-10-23)

Bug Fixes

  • fix the semantic release workflow (#3) (b238e46)

Features

  • Add support for llama 3.2 generation (#2) (770dd0c)