zilliztech/GPTCache

[Feature]: Find a more suitable similarity evaluation model

Open

#549 创建于 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, GPTCache achieves an accuracy of approximately 80% in optimal conditions. However, during daily usage, it often returns unsatisfactory cache results, indicating that it does not perform well in practical production scenarios.

GPTCache utilizes user inquiries to retrieve similar data from the vector database and calculates the similarity between the user inquiries and the questions in the retrieved data. However, the effectiveness of this approach is not ideal. We attempted to improve the results by employing the cross-encoder/quora-distilroberta-base model to match answers in the retrieved data with user inquiries. Unfortunately, the outcomes were not satisfactory.

Is there another model available that better suits this particular scenario?

Describe the solution you'd like.

No response

Describe an alternate solution.

No response

Anything else? (Additional Context)

No response

贡献者指南