Method: LlmMemory::Loader#load
- Defined in:
- lib/llm_memory/loader.rb
permalink #load ⇒ Object
14 15 16 |
# File 'lib/llm_memory/loader.rb', line 14 def load raise NotImplementedError, "Each loader must implement the 'load' method." end |