zilliztech/GPTCache

[Feature]: Multi-tenant GPTCache service

Open

#550 创建于 2023年10月9日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)Python (407 fork)batch import
good first issuehacktoberfest

仓库指标

Star
 (5,857 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Is your feature request related to a problem? Please describe.

Currently, the GPTCache service uses a cache object to manage cached data. If GPTCache serves multiple users, user A's cached data may be queried by user B. Naturally, this is not allowed in reality.

Describe the solution you'd like.

No response

Describe an alternate solution.

No response

Anything else? (Additional Context)

No response

贡献者指南