quarkus-langchain4j icon indicating copy to clipboard operation
quarkus-langchain4j copied to clipboard

Quarkus Langchain4j extension

Results 172 quarkus-langchain4j issues
Sort by recently updated
recently updated
newest added

Bumps `quarkus-poi.version` from 2.0.4 to 2.1.0. Updates `io.quarkiverse.poi:quarkus-poi-deployment` from 2.0.4 to 2.1.0 Release notes Sourced from io.quarkiverse.poi:quarkus-poi-deployment's releases. 2.1.0 What's Changed Use nativeimage instead of graal-sdk by @​gastaldi in quarkiverse/quarkus-poi#110...

dependencies

Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.5.0 to 3.5.1. Release notes Sourced from org.apache.maven.plugins:maven-surefire-plugin's releases. 3.5.1 🚀 New features and improvements [SUREFIRE-2270] - Use JUnit5 in surefire-shadefire (#783) @​slawekjaranowski [SUREFIRE-2266] - Execute ITs...

dependencies

GitHub Models offers a bunch of models using the OpenAI API. To consume the API a GitHub API key is needed. It would be nice if we had an extension...

enhancement
area/model

I've already worked on an analogous feature within the [langchain4j/langchain4j](https://github.com/langchain4j/langchain4j) project, where I implemented [dynamic tool registration](https://github.com/langchain4j/langchain4j/pull/1644) for LangChain. Now, I want to extend this functionality to the **quarkus-langchain4j** extension....

enhancement

I'm trying to run the CI on GitHub actions with an ubuntu runner and am seeing the following. It works fine when running on my local machine (macOS). Code: https://github.com/rh-rad-ai-roadshow/parasol-insurance/tree/private-docs-rag-solution...

... and throws an exception if it detects usage with a too old Quarkus version

Bumps com.google.auth:google-auth-library-oauth2-http from 1.24.0 to 1.28.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.auth:google-auth-library-oauth2-http&package-manager=maven&previous-version=1.24.0&new-version=1.28.0)](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...

dependencies

Bumps [org.mvnpm.at.mvnpm:vaadin-webcomponents](https://github.com/vaadin/web-components) from 24.4.9 to 24.4.10. Release notes Sourced from org.mvnpm.at.mvnpm:vaadin-webcomponents's releases. v24.4.10 API Documentation → Changes Since v24.4.9 :bug: Bug Fixes charts ⧉ Reset title, subtitle and type when...

dependencies

if one use List, Set, Map etc. as return types the ask to genAI is: `You must answer strictly in the following JSON format: {\n}` - it should have the...

bug

Similar to what we have for Redis...

enhancement