zilliztech / GPTCache

Semantic cache for LLMs. Fully integrated with LangChain and llama_index.
https://gptcache.readthedocs.io
MIT License
7.06k stars 500 forks source link

多个服务共用一个缓存,怎么清空缓存呢? #470

Closed Zjq9409 closed 1 year ago

Zjq9409 commented 1 year ago

Documentation Link

No response

Describe the problem

No response

Describe the improvement

No response

Anything else?

No response

SimFG commented 1 year ago

As this part involves data, preventing misoperation and directly connecting to the database to clear the data are relatively straightforward operations. Therefore, we have not provided an interface to clear the cache.