Skip to content

v0.5.0

Compare
Choose a tag to compare
@florian-h05 florian-h05 released this 23 Jan 13:07
· 40 commits to main since this release
baf2c44

Enhancements

  • Upgrade Quarkus LangChain4j from 0.23.0.CR2 to 0.23.3 by @florian-h05 in #24
  • Upgrade Quarkus from 3.17.5 to 3.17.6 by @florian-h05 in #25
  • Add support for serving a SPA frontend by @florian-h05 in #27
  • Add REST root endpoint to provide frontend required config by @florian-h05 in #31
  • Provide anonymous user config through REST root endpoint by @florian-h05 in #32
  • Add possibility to configure chat model parameters
  • Make the prompt template configurable
  • Bump quarkus.platform.version from 3.17.6 to 3.17.7 by @dependabot in #34
  • Chat history: Store model provider and name for AI messages by @florian-h05 in #37
  • Make MinIO file storage bucket name configurable by @florian-h05 in #38
  • Support providing imprint and privacy policy links
  • Add REST endpoints to set knowledge/session labels and knowledge tags
  • Add system prompt by @florian-h05 in #44

Bug Fixes

  • Provide frontend OIDC client id instead of backend client ID on root endpoint by @florian-h05 in #33
  • UserResource: Return null instead of blank username for anonymous user by @florian-h05 in #36
  • Fix chat model answers without own knowledge warn if no knowledge available by @florian-h05 in #46

New Contributors

  • Thomas Manske
  • David Stoll

Full Changelog: v0.4.0...v0.5.0