Method: LlmMemory::Store#search

Defined in:
lib/llm_memory/store.rb

#searchObject

Raises:

  • (NotImplementedError)
[View source]

38
39
40
# File 'lib/llm_memory/store.rb', line 38

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