v0.1.34
🎉 Introduction to new functions of GPTCache
- Add support for Qdrant Vector Store
- Add support for Mongodb Cache Store
- 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