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