semantic-kernel-ERNIE-Bot icon indicating copy to clipboard operation
semantic-kernel-ERNIE-Bot copied to clipboard

feat: Reduce "qps" and "max token 384" error

Open lanyeeee opened this issue 1 year ago • 0 comments

使用Polly实现重试策略 如果遇到 qps ,则 1 秒后再重试,最多重试 3 次,如果重试 3 次后仍然出现 qps 异常,则抛出异常 在 Embedding 前,先将 kernel-memory 解析的数据分成至多16段,以减少 max token 384 异常

lanyeeee avatar Oct 31 '23 05:10 lanyeeee