Skip to content

8.1.0 - Polished version of 8!

Latest
Compare
Choose a tag to compare
@epugh epugh released this 10 Mar 15:09
fa0156b

8.1.0 -- 2024-02-28

We've had lots of folks trying new features of Quepid, and that has led to some nice polish.
This is the release for people who don't want the bleeding edge version ;-).

What's Changed

  • Special characters like $ and @ in Basic Auth passwords are now supported. Thanks to @atarora for opening #1245 and the debugging work from @david-fisher.
  • UX Work.
  • We have added filtering and pagination to all of the various screens like Seach Endpoints, Communal Scorers, Users, Judgements etc. This makes these pages load MUCH faster and you can search for the data you need.
  • Consistency across web pages. Outside of the core AngularJS app, we had a mish mash of UI's. Now they all have the same style header, footer, and UX treatment using card layouts.
  • Fixed the nDCG calculation to look at ALL ratings, not just the top k when doing calculation.
  • Fixed a goof where the new ERR scorer wasn't added as a communal scorer for everyone.
  • LLM as a Judge is better. Cleaned up the refine UI for prompt development.
  • Fix a bug where the Judge couldn't be launched from the UI.

Details

Full Changelog: v8.0.1...v8.1.0