Skip to content

Releases: smallrye/smallrye-llm

0.0.6

07 May 17:06

Choose a tag to compare

[maven-release-plugin] copy for tag 0.0.6

0.0.5

07 May 15:28

Choose a tag to compare

[maven-release-plugin] copy for tag 0.0.5

0.0.4

28 Feb 20:01

Choose a tag to compare

  • #106 Adding support for using a tool-provider instead of tools.
  • #105 Bump org.slf4j:slf4j-jdk14 from 2.0.16 to 2.0.17
  • #104 Bump quarkus.platform.version from 3.18.3 to 3.18.4
  • #103 docs: Fix incorrect bash instructions, update to auto-detect a contai…

0.0.3

14 Feb 09:59

Choose a tag to compare

  • #98 Split modules for opentelemetry and fault tolerance support
  • #97 Upgrade to LangChain4J 1.0.0.beta1
  • #96 Adding a beans.xml file to enable those beans to be discovered.
  • #95 Updated Langchain4J to version 1.0.0-beta1 and also the corresponding Telemetry classes to conform to the new Langchain4J ChatLanguageModel.
  • #93 Trying to clean things
  • #92 Moved Fault Tolerance to its own module.
  • #91 Updated to support CDI creation for RAG support and streaming and add…
  • #89 Bump version.weld from 5.1.4.Final to 5.1.5.Final
  • #86 Added support for Metrics and Telemetry tracing using Microprofile Metrics & Microprofile Telemetry respectively.
  • #85 fix #84: upgrading langchain4j to 1.0.0-alpha1
  • #81 Feature add fault tolerance
  • #79 Feature add fault tolerance
  • #77 Bump version.weld from 5.1.3.Final to 5.1.4.Final
  • #76 Feature enable rag cdi
  • #75 Feature add microprofile opentelemetry
  • #73 Bump dev.langchain4j:langchain4j from 0.36.1 to 0.36.2
  • #35 Investigate RAG scenario

0.0.2

19 Dec 11:05

Choose a tag to compare

  • #80 Release 0.0.2
  • #78 Producer function can be provided by the LLMConfig to be used for lazy
  • #71 Cleaning dependencies in examples for simpler upgrade.
  • #70 Bump org.projectlombok:lombok from 1.18.32 to 1.18.36
  • #69 Bump io.helidon:helidon-bom from 4.0.7 to 4.0.12
  • #68 Revert "Introducing a facade API : (#53)"
  • #67 Bump version.io.helidon from 4.0.7 to 4.0.12
  • #66 Fixed the OpenLiberty javac compilation issue.
  • #55 Allow for dependabot PR only for micro version upgrade
  • #53 Introducing a facade API :
  • #51 Adding build badges

0.0.1

14 Oct 11:52

Choose a tag to compare

  • #50 Release 0.0.1
  • #49 Preparing the release
  • #32 Upgrade Langchain4J to 0.34.0
  • #30 Create new module for testing another way from langchain4j
  • #29 Glassfish example seems to be broken
  • #27 LangChain4JAIServicePortableExtension#processInjectionPoint should treat programmatic lookup differently
  • #24 Make helidon-car-booking-portable-ext
  • #22 CommonLLMPluginCreator might fail to create bean if multiple setters exist
  • #20 Portable extension should use produce instead of create
  • #15 Move common code for preparing Langchain4j beans to core module
  • #13 Rework project to add portable extension
  • #11 Attempt to use LM studio to run examples
  • #7 Make it compatible with quarkus
  • #4 Explore how MP Rest Client with LLM integration
  • #3 LLM APIs
  • #1 Add demo code from modilius micro-ai and rework it as SmallRye standards