Skip to content

Releases: zilliztech/GPTCache

v0.1.43

28 Nov 02:09
Compare
Choose a tag to compare

What's Changed

  • Fix metaclass conflict error when installing pydantic v2 and using langchain by @SimFG in #555
  • Update usage.md by @jmahmood in #565
  • Add the disable report config by @SimFG in #564
  • Avoid installing Redis library if it's not used by @leio10 in #574
  • Update the version to 0.1.43 by @SimFG in #580

New Contributors

Full Changelog: 0.1.42...0.1.43

v0.1.42

28 Sep 10:27
a9b94f4
Compare
Choose a tag to compare

What's Changed

  • [mod] updated docs for scalar/vector storage, distributed caching and… by @a9raag in #539
  • bugfix: fix correct dependency name for redis-om by @KeshavSingh29 in #541
  • Add the 'hit callback' func by @SimFG in #542
  • docs: fix LangChainChat example by @tongtie in #543
  • Update the version to 0.1.42 by @SimFG in #546

New Contributors

Full Changelog: 0.1.41...0.1.42

v0.1.41

14 Sep 06:44
Compare
Choose a tag to compare

What's Changed

  • [fix] Failed to import gptcache due to missing redis dependency by @a9raag in #522
  • feat: Add scalar storage support for DynamoDB by @gauthamchandra in #531
  • Support caching of async completion and cache completion by @Rested in #513
  • Fix the langchain chat pydantic bug by @SimFG in #538

New Contributors

Full Changelog: 0.1.40...0.1.41

v0.1.40

23 Aug 03:19
Compare
Choose a tag to compare

What's Changed

  • Distributed cache feature using Redis by @a9raag in #518

Full Changelog: 0.1.39.1...0.1.40

v0.1.39.1

15 Aug 03:07
d6d484d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.39...0.1.39.1

v0.1.39

12 Aug 08:58
e242160
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.38...0.1.39

v0.1.38

31 Jul 11:51
Compare
Choose a tag to compare

What's Changed

  • Handle openai change of api base for just embeddings by @keeganmccallum in #495
  • added support for custom class schema in weaviate vector store by @pranaychandekar in #500
  • Fix the error: 'SSDataManager' object has no attribute by @SimFG in #501

New Contributors

Full Changelog: 0.1.37...0.1.38

v0.1.37

23 Jul 12:14
a3328f2
Compare
Choose a tag to compare

🎉 Introduction to new functions of GPTCache

  1. Support the weaviate vector database

What's Changed

New Contributors

Full Changelog: 0.1.36...0.1.37

v0.1.36

14 Jul 15:04
Compare
Choose a tag to compare

🎉 Introduction to new functions of GPTCache

  1. Fix the connection error of the remote redis cache store
  2. Add the openai proxy for the chat complete api

What's Changed

New Contributors

Full Changelog: 0.1.35...0.1.36

v0.1.35

07 Jul 12:17
e3e97c4
Compare
Choose a tag to compare

🎉 Introduction to new functions of GPTCache

  1. Support the redis as the cache store, usage example: redis+onnx
  2. Add report table for easy analysis of cache data

What's Changed

  • [add] support for redis cache storage by @a9raag in #465
  • Improve the position of lint comment by @SimFG in #466
  • Add redis integration test case by @SimFG in #467
  • Upgrade the actions/setup-python to v4 by @SimFG in #471
  • Add the report table by @SimFG in #472
  • Update the version to 0.1.35 by @SimFG in #473

Full Changelog: 0.1.34...0.1.35