Class TablestoreChatMemoryStore

java.lang.Object
dev.langchain4j.store.memory.chat.tablestore.TablestoreChatMemoryStore
All Implemented Interfaces:
ChatMemoryStore

public class TablestoreChatMemoryStore extends Object implements ChatMemoryStore
  • Constructor Details

    • TablestoreChatMemoryStore

      public TablestoreChatMemoryStore(com.alicloud.openservices.tablestore.SyncClient client)
    • TablestoreChatMemoryStore

      public TablestoreChatMemoryStore(com.alicloud.openservices.tablestore.SyncClient client, String tableName, String pkName1, String pkName2, String chatMessageFieldName)
  • Method Details