Package Classes (0.2.1)

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 0x7f69939f5090>, custom_decoding_func: 'Callable[[bytes], Any]' = <function MetadataMapping.__not_implemented at 0x7f69939f5090>)

Modules

chat_message_history

Bigtable-based chat message history

loader

API documentation for loader module.