Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 490 Bytes

create-a-storage-adapter.rst

File metadata and controls

13 lines (9 loc) · 490 Bytes

Creating a new storage adapter

You can write your own storage adapters by creating a new class that inherits from StorageAdapter and overrides necessary methods established in the base StorageAdapter class.

chatterbot.storage.StorageAdapter

You will then need to implement the interface established by the StorageAdapter class.

../../chatterbot/storage/storage_adapter.py