Summary of entries of Classes for langchain-google-bigtable.
Classes
BigtableChatMessageHistory
Chat message history that stores history in Bigtable.
BigtableLoader
Load from the Google Cloud Platform Bigtable.
BigtableSaver
Load from the Google Cloud Platform Bigtable.
Encoding
An enumeration.
MetadataMapping
MetadataMapping(column_family: 'str', column_name: 'str', metadata_key: 'str', encoding: 'Encoding', custom_encoding_func: 'Callable[[Any], bytes]' = <function MetadataMapping.__not_implemented at 0x7f6957559510>, custom_decoding_func: 'Callable[[bytes], Any]' = <function MetadataMapping.__not_implemented at 0x7f6957559510>)
Modules
chat_message_history
Bigtable-based chat message history
loader
API documentation for loader module.