Context Storages#
The Database module provides classes for managing the context storage of a dialog system. The module can be used to store information such as the current state of the conversation and other data. This module includes the intermediate class (DBContextStorage) is a class that developers can inherit from in order to create their own context storage solutions. This class implements the basic functionality and can be extended to add additional features as needed. |
|
The SQL module provides a SQL-based version of the DBContextStorage class. This class is used to store and retrieve context data from SQL databases. It allows Chatsky to easily store and retrieve context data in a format that is highly scalable and easy to work with. |
|
The Protocol module contains the base code for the different communication protocols used in Chatsky. It defines the PROTOCOLS constant, which lists all the supported protocols in Chatsky. |
|
The Mongo module provides a MongoDB-based version of the DBContextStorage class. This class is used to store and retrieve context data in a MongoDB. It allows Chatsky to easily store and retrieve context data in a format that is highly scalable and easy to work with. |
|
The File module provides simple file-based versions of the DBContextStorage class such as json, pickle and shelve. |
|
The Memory module provides an in-RAM version of the DBContextStorage class. |
|
The Yandex DB module provides a version of the DBContextStorage class that designed to work with Yandex and other databases. Yandex DataBase is a fully-managed cloud-native SQL service that makes it easy to set up, operate, and scale high-performance and high-availability databases for your applications. |
|
The Redis module provides a Redis-based version of the DBContextStorage class. This class is used to store and retrieve context data in a Redis. It allows Chatsky to easily store and retrieve context data in a format that is highly scalable and easy to work with. |