cache#

Redis cache implementation for LangChain.

Classes

cache.EmbeddingsVectorizer(embeddings)

Create a new model by parsing and validating input data from keyword arguments.

cache.RedisCache([redis_url, ttl, prefix, ...])

Redis cache implementation for LangChain.

cache.RedisSemanticCache(embeddings[, ...])

Redis-based semantic cache implementation for LangChain.