quarkus-langchain4j
                                
                                
                                
                                    quarkus-langchain4j copied to clipboard
                            
                            
                            
                        Quarkus Langchain4j extension
Maybe @sboeckelmann can also review this since you are the author of the opensearch extension (and also added support in langchain4j)
wanted to just add links to the openai model config keys but then saw all the repeated "model" in docs that I was not finding when searching for i.e. "moderation...
It would probably be cool to have a jbang based `CodeExecutionEngine`. @maxandersen did you already mention this or did I hallucinate?
The idea is to leverage AI services to provide a declarative interface like REST Client. You would describe the interaction point with the LLM using an interface and annotations. For...
The PGVector extension is broken with Quarkus 3.13.2 Reference code: https://github.com/fmatar/rag-playground Looking at the PgVectorAgroalPoolInterceptor ```java public class PgVectorAgroalPoolInterceptor implements AgroalPoolInterceptor { @Override public void onConnectionCreate(Connection connection) { try (Statement...
Bumps [io.quarkiverse:quarkiverse-parent](https://github.com/quarkiverse/quarkiverse-parent) from 16 to 17. Release notes Sourced from io.quarkiverse:quarkiverse-parent's releases. 17 What's Changed Bump org.asciidoctor:asciidoctor-maven-plugin from 2.2.5 to 2.2.6 by @dependabot in quarkiverse/quarkiverse-parent#130 Bump org.asciidoctor:asciidoctor-maven-plugin from 2.2.6 to...
Bumps [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) from 3.3.1 to 3.4.0. Commits 3ae062d [maven-release-plugin] prepare release surefire-3.4.0 f0de8c0 Bump org.htmlunit:htmlunit from 4.3.0 to 4.4.0 817695a Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.16.0 675c02a Bump org.apache.commons:commons-compress from...
Bumps `quarkus-neo4j.version` from 4.2.1 to 4.2.2. Updates `io.quarkiverse.neo4j:quarkus-neo4j-deployment` from 4.2.1 to 4.2.2 Commits 5e060cf [maven-release-plugin] prepare release 4.2.2 5cf2c8b Update the latest release version 4.2.2 in documentation 6946285 Release 4.2.2....
Bumps com.google.auth:google-auth-library-oauth2-http from 1.24.0 to 1.24.1. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
I need to access the `WatsonxChatModel` class to use some specific functionality that `watsonx.ai` provides to the developer. Specifically, I need to call a rest api that returns a prompt...