quarkiverse / quarkus-langchain4j

Quarkus Langchain4j extension
https://docs.quarkiverse.io/quarkus-langchain4j/dev/index.html
Apache License 2.0
144 stars 86 forks source link

Contribute an example with Infinispan #328

Open karesti opened 8 months ago

karesti commented 8 months ago

The chatbot example works with Infinispan https://github.com/karesti/quarkus-langchain4j/tree/chatbot-infinispan/samples/chatbot-infinispan

A diff example might be beneficial to showcase how it works Any ideas ?

geoand commented 8 months ago

I haven't looked around, but I am sure it would fairly easy to find example chatbot use cases on various resources

geoand commented 8 months ago

Another idea would be to do something similar to the csv chatbot, but with different data

karesti commented 8 months ago

@fax4ever

fax4ever commented 8 months ago

@fax4ever

I would like to have an image caption generation, like in the demo I'm preparing (https://github.com/fax4ever/image-caption-generation).

karesti commented 8 months ago

@fax4ever yes, that would be great. lets do that example here