Skip to content

Releases: RGU-Computing/clood

Release list

v2.1.0

Choose a tag to compare

@ike01 ike01 released this 01 May 15:32
20233eb

[2.1.0] - 2026-05-01

Added

  • Added a generic dashboard CBR-RAG task for running retrieval-augmented case generation against any configured project.
  • Added project-specific RAG prompt templates that can be saved, reused, reset, and edited from the dashboard.
  • Added dashboard display of the currently configured LLM provider/model for CBR-RAG tasks.
  • Added a Suggest from Data workflow that generates editable project attribute suggestions from uploaded CSV data profiles, with rule-based inference and optional LLM enrichment.
  • Added attribute descriptions to the configured attributes table.

Changed

  • Improved the dashboard CBR task navigation so Retrieve and RAG workflows do not remain active at the same time.
  • Reused the existing revise and retain workflow for RAG-generated cases.
  • Moved recommendation revise/retain actions below the reuse result table to make them easier to find.
  • Improved dashboard layout, spacing, table readability, and configuration form presentation.
  • Updated the README API endpoint table with newly added and previously undocumented routes.

Fixed

  • Fixed retain workflow support for RAG-generated cases when the project is supplied as an object rather than by projectId.
  • Fixed dashboard token expiry display where generated tokens could incorrectly show a 1970 expiry date.

No breaking changes.

v2.0.0

Choose a tag to compare

@chamathpali chamathpali released this 06 Mar 17:06
25c9635

What's new in Clood CBR Version 2

Core Updates

Semantic SBERT
Explanation API - Extracts the field names and local similarity values from explanations.
Minor normalisation fixes (e.g. mcsherry, inreca)
Array datatype functionality
Complete docker support
JWT Token based API authentication

Dashboard Updates

Login Authentication support
Visual case representation (Parallel Cordinates)
Export functionality for retrievals
Import CSV validation and templating
Add single cases from dashboard support
Explanations added for similarity types
Manage JWT Tokens