Skip to content

Releases: instructlab/ui

v1.1.1

13 Feb 20:38
f915151
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

v1.1.0

13 Feb 02:22
66984f2
Compare
Choose a tag to compare

What's Changed

Read more

v1.0.0-beta.4

04 Feb 05:22
23ae8b9
Compare
Choose a tag to compare

What's Changed

  • Cherry Pick 23: Global setup for Playwright, and some basic Playwright UI tests by @adigidh in #297
  • cherry-pick:Update content of Join InstructLab on GitHub modal by @vishnoianil in #298
  • Cherry Pick: Adding auto-populate for the skills form email and username. by @aevo98765 in #299
  • cherry-pick: added text wrapping for endpoints list by @vishnoianil in #300
  • cherry pick : Added spinner to file upload in knowledge section by @nikhil-krajput in #302
  • Cherry Pick: Author information component duplication by @aevo98765 in #321
  • Cherry-picking: Improve from elements across GUI by @ashapadmashetti in #322
  • Cherry Pick: Bug: use unique keys in in the help dropdown by @nerdalert in #342
  • cherry-pick: Fix makefile target to start kind setup by @vishnoianil in #357
  • Fixes DCO signoff issue by @vishnoianil in #548

Full Changelog: v1.0.0-beta.3...v1.0.0-beta.4

v1.0.0-beta.3

22 Oct 15:35
2fe9c26
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0-beta.2...v1.0.0-beta.3

v1.0.0-beta.2

03 Oct 05:44
1dfd90a
Compare
Choose a tag to compare

What's Changed

  • Adjust flex layout to avoid help and avatar stacking in masthead by @vishnoianil in #224
  • Enhance the responsiveness of the login experience by @vishnoianil in #225
  • Add workflow to auto cherry-pick PR to release branch release-1.0 by @vishnoianil in #228
  • Add environment variable to set the authentication org by @vishnoianil in #229

Full Changelog: v1.0.0-beta.1...v1.0.0-beta.2

v1.0.0-beta.1

27 Sep 09:48
49243ca
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0-beta.0...v1.0.0-beta.1

v1.0.0-beta.0

27 Sep 07:06
b4ebdf8
Compare
Choose a tag to compare

First beta release of InstructLab Community UI

Major features present in the first release

  • Skill submission form to contribute skill to taxonomy repo.
  • Knowledge submission form to contribute knowledge to taxonomy repo.
  • Both Skill and Knowledge submission forms enforce the related schema constraints
  • Both the forms allow user to view the final yaml file and attribution file, that will be submitted to the taxonomy repo PR.
  • User is allowed to download the final yaml and attribution files, in case they manually want to contribute directory to taxonomy repo.
  • Chat bot that allows to talk to Granite-7b and Merlinite-7b models. This chat bot can help user to determine if the model already knows about the skill and knowledge that the user was planning to contribute.
  • User can add a custom endpoint to chat. If user is hosting any model on a publicly reachable endpoint, it can be added through the UI to chat through chatbot.
  • Dashboard that list all the existing skill and knowledge contribution from user.
  • UI also allow user to edit the existing "open" skill and knowledge contribution.

Requirements

First release has a dependency on the github authentication, so the user must have a github account.

Details of the contributions in the first release

Read more