Find answers from the community

Updated 4 months ago

Cache

At a glance

The community member remembers that RedisCache was an alias for RedisKVStore, but the import is failing in the current version. The community member asks if they should just import KVStore and use it instead. Another community member responds that the community member should just import and use the kvstore, and that the documentation needs to be updated for this change.

I remember RedisCache being an alias for RedisKVStore so since the import here fails in the current version should I just import KV store and use it here:

Plain Text
import IngestionCache
from llama_index.core.ingestion.cache import RedisCache
L
1 comment
Yea just import/use the kvstore

I need to update the docs for this
Add a reply
Sign up and join the conversation on Discord