Releases: quarkiverse/quarkus-langchain4j
Releases · quarkiverse/quarkus-langchain4j
Release 0.6.1
What's Changed
Full Changelog: 0.6.0...0.6.1
0.6.0
What's Changed
- Add DevServices support for Ollama model by @lordofthejars in #182
- Update to Langchain4j 0.25 by @geoand in #186
- Release 0.6.0.CR1 by @geoand in #189
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.0 by @dependabot in #167
- Bump org.mvnpm.at.mvnpm:vaadin-webcomponents from 24.3.0 to 24.3.1 by @dependabot in #170
- Fix tool call serialization/deserialization issues by @geoand in #192
- Release 0.6.0.CR2 by @geoand in #193
- Use
@BeanParams
inQuarkusRestApiResource
by @geoand in #198 - Dev UI chatting capability by @jmartisk in #196
- Allows for specific model config options to override client-wide logging config by @geoand in #200
- Add embeddings endpoint support for Ollama by @sebastienblanc in #201
- Allow specifying the organizationId in the configuration by @edeandrea in #197
- Bump org.assertj:assertj-core from 3.24.2 to 3.25.1 by @dependabot in #203
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.0 to 3.12.1 by @dependabot in #190
- Image model Dev UI page + docs by @jmartisk in #204
- Release 0.6.0 by @geoand in #205
New Contributors
- @lordofthejars made their first contribution in #182
Full Changelog: 0.5.1...0.6.0
Release 0.6.0.CR2
What's Changed
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.0 by @dependabot in #167
- Bump org.mvnpm.at.mvnpm:vaadin-webcomponents from 24.3.0 to 24.3.1 by @dependabot in #170
- Fix tool call serialization/deserialization issues by @geoand in #192
- Release 0.6.0.CR2 by @geoand in #193
Full Changelog: 0.6.0.CR1...0.6.0.CR2
Release 0.6.0.CR1
What's Changed
- Add DevServices support for Ollama model by @lordofthejars in #182
- Update to Langchain4j 0.25 by @geoand in #186
- Release 0.6.0.CR1 by @geoand in #189
New Contributors
- @lordofthejars made their first contribution in #182
Full Changelog: 0.5.1...0.6.0.CR1
Release 0.5.1
What's Changed
Full Changelog: 0.5.0...0.5.1
Release 0.5.0
What's Changed
- Perform logging properly in QuarkusToolExecutor by @geoand in #154
- Properly support Smallrye Fault Tolerance by @geoand in #145
- Milvus embedding store + Dev services by @jmartisk in #156
- Restructure recorded metrics by @geoand in #155
- Make sure ChatMemoryStore beans are unremovable by @geoand in #159
- Use previous version of POI extension by @geoand in #157
- In azure openai extension, need a way to override the base url by @edeandrea in #160
- Add counted metrics by @geoand in #162
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.3 by @dependabot in #152
- Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.2.2 to 3.2.3 by @dependabot in #151
- Bump quarkus.version from 3.6.1 to 3.6.3 by @dependabot in #139
- Get rid of warning by removing duplicate micrometer dependency by @gsmet in #166
- Bump org.mvnpm.at.mvnpm:vaadin-webcomponents from 24.2.3 to 24.3.0 by @dependabot in #163
- Minor Dev UI fixes for tools by @jmartisk in #171
- Warn about dimension mismatch by @jmartisk in #172
- Bump quarkus.version from 3.6.3 to 3.6.4 by @dependabot in #169
- Add a 'Working' text while waiting for results in Dev UI by @jmartisk in #173
- Fix missing EmbeddingStore Dev UI page by @jmartisk in #174
- Limit scope of OpenAiRestApi providers by @geoand in #165
- Release 0.5.0 by @geoand in #176
New Contributors
- @edeandrea made their first contribution in #160
Full Changelog: 0.4.2...0.5.0
Release 0.4.2
Release 0.4.1
What's Changed
Full Changelog: 0.4.0...0.4.1
Release 0.4.0
What's Changed
- Use @SseEventFilter instead of deserialization hack by @geoand in #109
- Change Pinecone config to RUNTIME, adjust test javadoc by @jmartisk in #108
- Fix choosing a non-default Redis client by @jmartisk in #111
- Allow injecting non-default datasource for PgVector store by @jmartisk in #110
- Bump quarkus-poi.version from 2.0.4 to 2.0.5 by @dependabot in #113
- Bump com.pgvector:pgvector from 0.1.3 to 0.1.4 by @dependabot in #114
- Overhaul how chat memory is configured by @geoand in #112
- pass cause to log to know actual error by @maxandersen in #120
- Make the
demo
OpenAI key usable by @geoand in #125 - Add PgVector to nav.adoc by @jmartisk in #126
- Allow users to enable moderation for @RegisterAiService by @geoand in #124
- mvnpm should be explicit choice. i.e. mvn -Pmvnpm otherwise every request to a new artifact takes unnecessary time. by @maxandersen in #123
- Release 0.4.0 by @geoand in #127
- Release 0.4.0 by @geoand in #128
Full Changelog: 0.3.0...0.4.0
Release 0.3.0
What's Changed
- Bump org.mvnpm.at.mvnpm:vaadin-webcomponents from 24.2.1 to 24.2.3 by @dependabot in #68
- fix broken link by @maxandersen in #72
- Allow injecting EmbeddingStore with the type parameter by @jmartisk in #73
- Pinecone embedding store by @jmartisk in #64
- Add metrics support to AiServices by @geoand in #76
- Add initial OpenTelemetry support for declarative services by @geoand in #77
- Fix dependencies shown in quickstart guide by @andreas-eberle in #85
- Dev UI for Langchain4j by @jmartisk in #84
- clean up dev ui code by @phillip-kruger in #91
- Ignore known annotations in parameter binding by @geoand in #89
- Adding support for Pgvector by @sebastienblanc in #74
- Fail at build time when tools set and no memory provided by @geoand in #92
- Attempt to make CI run Pinecone tests more reliably by @jmartisk in #94
- Bump quarkus.version from 3.6.0 to 3.6.1 by @dependabot in #97
- Sketch out API for auditing by @geoand in #83
- Fix typo in huggingface model name in docs by @andreas-eberle in #101
- Fix typo in LLMs documentation page by @andreas-eberle in #104
- Adjust to recent Pinecone query response format change by @jmartisk in #100
- Make @RegisterAiService beans request scoped by default by @geoand in #96
- Release 0.3.0 by @geoand in #106
New Contributors
- @andreas-eberle made their first contribution in #85
- @phillip-kruger made their first contribution in #91
- @sebastienblanc made their first contribution in #74
Full Changelog: 0.2.0...0.3.0