zilliztech/GPTCache

[Feature]: Multi-tenant GPTCache service

Open

#550 opened on 2023年10月9日

GitHub で見る
 (1 comment) (0 reactions) (0 assignees)Python (407 forks)batch import
good first issuehacktoberfest

Repository metrics

Stars
 (5,857 stars)
PR merge metrics
 (30d に merged 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

コントリビューターガイド