Package atessera.sensei.util
Class Persistence
java.lang.Object
atessera.sensei.util.Persistence
- All Implemented Interfaces:
AutoCloseable
-
Constructor Details
-
Persistence
-
Persistence
-
-
Method Details
-
put
-
getStudents
-
chatMemoryStore
public dev.langchain4j.store.memory.chat.ChatMemoryStore chatMemoryStore() -
commit
public void commit()Commits all pending changes. -
close
public void close()Closes the MVStore database.- Specified by:
closein interfaceAutoCloseable
-