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 0x7fabc9bcecb0>, custom_decoding_func: 'Callable[[bytes], Any]' = <function MetadataMapping.__not_implemented at 0x7fabc9bcecb0>)
Modules
chat_message_history
Bigtable-based chat message history
loader
API documentation for loader module.