Skip to content

v0.1.29

Compare
Choose a tag to compare
@SimFG SimFG released this 02 Jun 08:51
· 77 commits to main since this release
fd7e303

馃帀 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