Sebastien Blanc

Results 18 comments of Sebastien Blanc

@rootfs Hi there ! Any idea when the arm64 image will be available ?

Some related happen here https://github.com/quarkiverse/quarkus-langchain4j/pull/213

I was looking at the code and saw this https://github.com/quarkiverse/quarkus-langchain4j/blob/main/ollama/deployment/src/main/java/io/quarkiverse/langchain4j/ollama/deployment/OllamaProcessor.java#L56-L64 , did you start a first attempt for embedding ? Was it not working or just no time to implement...

@lstocchi Excellent, any Mistral model starting from 0.3 supports Function Calling, that could be one of the candidates ?

Those fixes worked for my, thanks @AnaisUrlichs . I think this PR should be merged !

@humcqc Looks nice ! I'm just wondering how easy it will be to integrate with the current quarkus extension as it's using lombok and GSON but that's just my no...

And so I have to pass the prompt as parameter of the ai service interface method rather that using the annotation? Le mer. 23 avr. 2025 à 15:53, Jan Martiska...

So I managed to get it working , imagine the AI interface method as : ``` @SystemMessage(""" {systemMessage} """) String chat(String systemMessage, @UserMessage String question); ``` Then when calling my...