Skip to content

v0.1.31

Compare
Choose a tag to compare
@SimFG SimFG released this 14 Jun 13:27
· 63 commits to main since this release
65a890e

🎉 Introduction to new functions of GPTCache

  1. To improve the precision of cache hits, four similarity evaluation methods were added
  • SBERT CrossEncoder Evaluation
  • Cohere rerank api (Free accounts can make up to 100 calls per minute.)
  • Multi-round dialog similarity weight matching
  • Time Evaluation. For the cached answer, first check the time dimension, such as only using the generated cache for the past day
  1. Fix some bugs
  • OpenAI exceptions type #416
  • LangChainChat does work with _agenerate function #400

more details: https://github.com/zilliztech/GPTCache/blob/main/docs/release_note.md

What's Changed

  • Raise the same type's error for the openai by @SimFG in #421
  • Add sequence match evaluation. by @wxywb in #420
  • Add the Time Evaluation by @SimFG in #423
  • Improve SequenceMatchEvaluation for several cases. by @wxywb in #424
  • Change the evaluation score of sequence evaluation to be larger as th… by @wxywb in #425
  • LangchainChat support _agenerate function by @SimFG in #426
  • Add SBERT CrossEncoder evaluation. by @wxywb in #428
  • Update the version to 0.1.31 by @SimFG in #429

Full Changelog: 0.1.30...0.1.31