Method: LlmMemory::RedisStore#drop_index
- Defined in:
- lib/llm_memory/stores/redis_store.rb
#drop_index ⇒ Object
45 46 47 48 |
# File 'lib/llm_memory/stores/redis_store.rb', line 45 def drop_index # DD deletes all document hashes @client.call(["FT.DROPINDEX", @index_name, "DD"]) end |