Raises:
26 27 28
# File 'lib/llm_memory/store.rb', line 26 def add raise NotImplementedError, "Each store must implement the 'add' method." end