Skip to content

v0.1.32

Compare
Choose a tag to compare
@SimFG SimFG released this 15 Jun 14:49
· 62 commits to main since this release

🎉 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