zilliztech/GPTCache

[Feature]: Support correcting error cache

Open

#548 geöffnet am 9. Okt. 2023

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Python (407 Forks)batch import
good first issuehacktoberfest

Repository-Metriken

Stars
 (5.857 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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

Contributor Guide