Skip to content

Releases: jun76/raggify

s0.3.3/c0.3.8

20 Jan 06:45

Choose a tag to compare

  • adjust RestAPIClient

s0.3.3/c0.3.3

17 Jan 15:09

Choose a tag to compare

  • Client.ingest_* and query_* path arguments are now optional to use upload_id in kwargs

s0.3.1/c0.3.2

17 Jan 13:02

Choose a tag to compare

  • add upload CLI command
  • modify kwargs format of CLI commands

s0.3.1/c0.3.1

17 Jan 00:48

Choose a tag to compare

  • add kwargs to RestAPIClient commands
  • fix some bugs

s0.3.0/c0.1.4

08 Jan 06:56

Choose a tag to compare

  • add Tree RAG features (only text modality)
  • fix some bugs

s0.2.4/c0.1.4

14 Dec 06:41

Choose a tag to compare

  • Added audio and video captioning
  • Addressed issue #4
  • Input node fluctuations caused by the LLM-based parser and the ingest cache being less effective are currently by design. As an alternative option, the skip_known_sources option has been added

s0.2.3/c0.1.4

06 Dec 07:18

Choose a tag to compare

  • add LlamaParse features
  • fix some bugs

s0.2.2/c0.1.2

02 Dec 04:56

Choose a tag to compare

  • Fix some bugs
  • Add an LLM-based input data summarizer
  • Adjusting Default Values in the Config

s0.2.1/c0.1.2

01 Dec 02:11

Choose a tag to compare

  • Add tests
  • Organize dependency packages
  • Change default config

s0.2.0/c0.1.2

29 Nov 05:17

Choose a tag to compare

  • Due to frequent issues with the Bedrock path, we decided to implement AudioReader and convert audio files to MP3 format.
  • Implemented a testing framework using GitHub Actions and pytest. Integrated with Codecov.