Method: LlmMemory::Store#drop_index

Defined in:
lib/llm_memory/store.rb

#drop_indexObject

Raises:

  • (NotImplementedError)
[View source]

22
23
24
# File 'lib/llm_memory/store.rb', line 22

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