mirror of
https://github.com/hwchase17/langchain.git
synced 2026-04-07 04:53:30 +00:00
Redis cache currently stores model outputs as strings. Chat generations have Messages which contain more information than just a string. Until Redis cache supports fully storing messages, cache should not interact with chat generations.