Method: LlmMemory::Store#search
- Defined in:
- lib/llm_memory/store.rb
permalink #search ⇒ Object
38 39 40 |
# File 'lib/llm_memory/store.rb', line 38 def search raise NotImplementedError, "Each store must implement the 'search' method." end |