🎉 Introduction to new functions of GPTCache
- Support the redis as vector store
from gptcache.manager import VectorBase
vector_base = VectorBase("redis", dimension=10)
- Fix the context len config bug
What's Changed
- Fix context_len in config by @zc277584121 in #430
- Fix sequence match example by @zc277584121 in #431
- Add the Redis vector store by @SimFG in #432
New Contributors
- @zc277584121 made their first contribution in #430
Full Changelog: 0.1.31...0.1.32