Skip to content

v0.6.0

Latest
Compare
Choose a tag to compare
@florian-h05 florian-h05 released this 07 Feb 14:49
· 3 commits to main since this release
5a6f665

With v0.6.0, we are coming closer to relasing the first stable version of the LLAMARA backend.
For the next weeks, development will now focus on testing functionality and stability and fix bugs as well as improve overall stability.

Breaking changes

  • Change HTTP methods of non-idempotent REST endpoints from PUT to POST by @florian-h05 in #50
  • Return retrieved sources together with chat response by @florian-h05 in #58

What's Changed

  • Add config option to only allow admins to write knowledge
  • Bump quarkus.platform.version from 3.17.7 to 3.17.8 by @dependabot in #48
  • PermissionMetadataMapper: Fix empty permission & anonymous identity handling & Add tests by @florian-h05 in #49
  • Add REST endpoint to keep-alive anonymous session
  • Change HTTP methods of non-idempotent REST endpoints from PUT to POST by @florian-h05 in #50
  • ChatModelProviderImpl: Fix UID validation RegEx too wide by @florian-h05 in #52
  • Query public knowledge through DB-side instead of backend-side filtering by @florian-h05 in #51
  • Add endpoints to modify knowledge permissions
  • Bump quarkus.platform.version from 3.17.8 to 3.18.1 by @dependabot in #53
  • Upgrade quarkus-langchain4j to 0.24.0.CR3 & langchain4j to 1.0.0-beta1 by @florian-h05 in #54
  • Use ContainsString embedding metadata filter & Qdrant Uuid payload index by @florian-h05 in #55
  • Add REST endpoint to retry failed ingestion
  • Add option to disable system message for reasoning models by @florian-h05 in #57
  • Return retrieved sources together with chat response by @florian-h05 in #58

Full Changelog: v0.5.0...v0.6.0