Class InMemoryChatMemoryStoreProducer
java.lang.Object
io.quarkiverse.langchain4j.runtime.aiservice.InMemoryChatMemoryStoreProducer
Creates the default
InMemoryChatMemoryStore store to be used by classes annotated with RegisterAiService-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondev.langchain4j.store.memory.chat.InMemoryChatMemoryStore
-
Constructor Details
-
InMemoryChatMemoryStoreProducer
public InMemoryChatMemoryStoreProducer()
-
-
Method Details
-
chatMemoryStore
@Produces @Singleton public dev.langchain4j.store.memory.chat.InMemoryChatMemoryStore chatMemoryStore()
-