Method: LlmMemory::Store#index_exists?

Defined in:
lib/llm_memory/store.rb

#index_exists?Boolean

Returns:

  • (Boolean)

Raises:

  • (NotImplementedError)
[View source]

18
19
20
# File 'lib/llm_memory/store.rb', line 18

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