MCPcopy
hub / github.com/langchain-ai/langchain / lazy_load

Method lazy_load

libs/core/langchain_core/chat_loaders.py:11–16  ·  view source on GitHub ↗

Lazy load the chat sessions. Returns: An iterator of chat sessions.

(self)

Source from the content-addressed store, hash-verified

9
10 @abstractmethod
11 def lazy_load(self) -> Iterator[ChatSession]:
12 """Lazy load the chat sessions.
13
14 Returns:
15 An iterator of chat sessions.
16 """
17
18 def load(self) -> List[ChatSession]:
19 """Eagerly load the chat sessions into memory.

Callers 1

loadMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected