Class InMemoryChatMemoryStoreProducer

java.lang.Object
io.quarkiverse.langchain4j.runtime.aiservice.InMemoryChatMemoryStoreProducer

public class InMemoryChatMemoryStoreProducer extends Object
Creates the default InMemoryChatMemoryStore store to be used by classes annotated with RegisterAiService
  • Constructor Details

    • InMemoryChatMemoryStoreProducer

      public InMemoryChatMemoryStoreProducer()
  • Method Details

    • chatMemoryStore

      @Produces @Singleton public dev.langchain4j.store.memory.chat.InMemoryChatMemoryStore chatMemoryStore()