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

It may already work but some tests should be added

enhancement

By default, basic escaping of `` and a few other characters should be done, but users should also be able to register per/post handlers for sanitizing if they would like...

enhancement

I propose to demo and also recommend the following set up: a user logs in to a frontend Quarkus application (say `Quarkus LLM`) which talks to a microservice which uses...

enhancement

As it may end up propagating into the LLM model outside of the trust boundaries or a response based on this augmentation can be logged by the agent

documentation

Consider how Quarkus Authentication and LLM API Keys will work together. I'm assuming, if I start a demo with an API key, in prod, it will be more like a...

enhancement

hello,how to load local llm in quarkus

question
triage/needs-feedback

This module depends on gRPC so we'll have to see what the best way of supporting it is - Depends on: #185

enhancement
area/model

I can see that Quarkus extension only covers the `/api/generate` Ollama endpoint but do we plan to cover everything like here https://github.com/langchain4j/langchain4j/blob/main/langchain4j-ollama/src/main/java/dev/langchain4j/model/ollama/OllamaApi.java ? I'm mostly interested in the `embeddings` endpoint....

enhancement
area/model

I started working on that but then I remember that @sboeckelmann said he was also working on it. @sboeckelmann are you still planning on submitting a PR ?

enhancement
area/embedding-store