github zilliztech/GPTCache 0.1.32
v0.1.32

latest releases: 0.1.44, 0.1.43, 0.1.42...
15 months ago

🎉 Introduction to new functions of GPTCache

  1. Support the redis as vector store
from gptcache.manager import VectorBase

vector_base = VectorBase("redis", dimension=10)
  1. Fix the context len config bug

What's Changed

New Contributors

Full Changelog: 0.1.31...0.1.32

Don't miss a new GPTCache release

NewReleases is sending notifications on new releases.