Class OracleChatMemoryStore

java.lang.Object
dev.langchain4j.store.memory.chat.oracle.OracleChatMemoryStore
All Implemented Interfaces:
ChatMemoryStore

public final class OracleChatMemoryStore extends Object implements ChatMemoryStore
Oracle Database implementation of ChatMemoryStore.

Messages are stored as a JSON array in a single row identified by memory id.