相似度(%):范围为1-100,值越大相似度越高(越靠近问题)
基数:10000
1.00表示最靠近问题
基数:1
////embedding_max_score考虑到值越大相似度越高,所以需要转换一下 $max_score = round($embedding_base_value * (100-$agent["embedding_max_score"] + 1) /100,2);
//score