zilliztech/GPTCache

[Feature]: Support correcting error cache

Open

#548 aberto em 9 de out. de 2023

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)Python (407 forks)batch import
good first issuehacktoberfest

Métricas do repositório

Stars
 (5.857 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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

When a cache miss occurs, that is, the question does not match the cached answer, cache correction is supported.

After the cache is corrected, it is guaranteed that the same subsequent request will not hit the previous wrong cache answer.

Describe the solution you'd like.

No response

Describe an alternate solution.

No response

Anything else? (Additional Context)

No response

Guia do colaborador