langchain_community.chat_loaders.base.BaseChatLoader

class langchain_community.chat_loaders.base.BaseChatLoader[source]

Base class for chat loaders.

Methods

__init__()

lazy_load()

Lazy load the chat sessions.

load()

Eagerly load the chat sessions into memory.

__init__()
abstract lazy_load() Iterator[ChatSession][source]

Lazy load the chat sessions.

load() List[ChatSession][source]

Eagerly load the chat sessions into memory.