Releases: jun76/raggify
Releases · jun76/raggify
s0.3.3/c0.3.8
- adjust RestAPIClient
s0.3.3/c0.3.3
- Client.ingest_* and query_* path arguments are now optional to use upload_id in kwargs
s0.3.1/c0.3.2
- add upload CLI command
- modify kwargs format of CLI commands
s0.3.1/c0.3.1
- add kwargs to RestAPIClient commands
- fix some bugs
s0.3.0/c0.1.4
- add Tree RAG features (only text modality)
- fix some bugs
s0.2.4/c0.1.4
- 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
- add LlamaParse features
- fix some bugs
s0.2.2/c0.1.2
- Fix some bugs
- Add an LLM-based input data summarizer
- Adjusting Default Values in the Config
s0.2.1/c0.1.2
- Add tests
- Organize dependency packages
- Change default config
s0.2.0/c0.1.2
- 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.