Method: LlmMemory::Store#add

Defined in:
lib/llm_memory/store.rb

#addObject

Raises:

  • (NotImplementedError)


26
27
28
# File 'lib/llm_memory/store.rb', line 26

def add
  raise NotImplementedError, "Each store must implement the 'add' method."
end