jhipster / jhipster-lite

JHipster Lite ⚡ is a development platform to generate, develop & deploy modern web applications & microservices architecture, step by step - using Hexagonal Architecture :gem:

Home Page:https://www.jhipster.tech/jhipster-lite/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Module: LangChain4j

pascalgrimaud opened this issue · comments

I didn't test it yet, but I think we would be simple:

  • add dependencies
  • add spring boot configuration
    That's all ?

Maybe a second module with some Java sample class as examples

Maybe we can use this repo https://github.com/jdubois/2024-LangChain4J-demo

cc @jdubois :-)

It should indeed be pretty simple, but there are a lot of possible configurations so I'm not sure what's best here.
Also there is no Spring Boot auto configuration yet, but this should be available pretty soon - for reference, langchain4j/langchain4j-spring#8 is the PR that should provide this.