Skip to content

v0.1.34

Compare
Choose a tag to compare
@SimFG SimFG released this 30 Jun 12:09
· 50 commits to main since this release

🎉 Introduction to new functions of GPTCache

  1. Add support for Qdrant Vector Store
  2. Add support for Mongodb Cache Store
  3. Fix bug about the redis vector and onnx similarity evaluation

What's Changed

  • Correct the wrong search return value in the Redis vector store. by @SimFG in #452
  • [Feature] Cache consistency check for Chroma & Milvus by @wybryan in #448
  • Fix the pylint error and add the chromadb test by @SimFG in #457
  • [add] support for mongodb storage by @a9raag in #454
  • Fix the wrong return value of onnx similarity evaluation by @SimFG in #460

New Contributors

Full Changelog: 0.1.33...0.1.34