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

Method load

libs/core/langchain_core/chat_loaders.py:18–24  ·  view source on GitHub ↗

Eagerly load the chat sessions into memory. Returns: A list of chat sessions.

(self)

Source from the content-addressed store, hash-verified

16 """
17
18 def load(self) -> List[ChatSession]:
19 """Eagerly load the chat sessions into memory.
20
21 Returns:
22 A list of chat sessions.
23 """
24 return list(self.lazy_load())

Callers 15

chain.pyFile · 0.45
ingest.pyFile · 0.45
chain.pyFile · 0.45
ingest.pyFile · 0.45
chain.pyFile · 0.45
ingest.pyFile · 0.45
ingest.pyFile · 0.45
ingest.pyFile · 0.45
_ingestFunction · 0.45
ingest.pyFile · 0.45
_ingestFunction · 0.45
load_ts_git_datasetFunction · 0.45

Calls 2

lazy_loadMethod · 0.95
listFunction · 0.85

Tested by 1

poetry_confFunction · 0.36