MCPcopy Create free account
hub / github.com/AQ-MedAI/MedMemoryBench / load_data

Method load_data

methods/letta/client/client.py:1352–1353  ·  view source on GitHub ↗
(self, connector: DataConnector, source_name: str)

Source from the content-addressed store, hash-verified

1350 return [Job(**job) for job in response.json()]
1351
1352 def load_data(self, connector: DataConnector, source_name: str):
1353 raise NotImplementedError
1354
1355 def load_file_to_source(self, filename: str, source_id: str, blocking=True) -> Job:
1356 """

Callers 3

load_dataMethod · 0.45
load_directoryFunction · 0.45
generate_passagesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected