github zilliztech/GPTCache 0.1.29
v0.1.29

latest releases: 0.1.44, 0.1.43, 0.1.42...
16 months ago

🎉 Introduction to new functions of GPTCache

  1. Improve the GPTCache server by using FASTAPI

NOTE: The api struct has been optimized, details: Use GPTCache server

  1. Add the usearch vector store
from gptcache.manager import manager_factory

data_manager = manager_factory("sqlite,usearch", vector_params={"dimension": 10})

What's Changed

  • Improve the unit test flow by @SimFG in #397
  • Add: USearch vector search engine by @VoVoR in #399
  • Add the saved token report, auto flush data by @SimFG in #401
  • Use the fastapi to improve the GPTCache server by @SimFG in #405
  • Update the version to 0.1.29 by @SimFG in #406

New Contributors

Full Changelog: 0.1.28...0.1.29

Don't miss a new GPTCache release

NewReleases is sending notifications on new releases.