(improvement)(chat) Modify the configuration of the zhipu vector database to disable the default persistence of the vector database configuration. (#1577)

This commit is contained in:
lexluo09
2024-08-16 23:14:23 +08:00
committed by GitHub
parent 7150f19def
commit 898c7100ba
4 changed files with 11 additions and 11 deletions

View File

@@ -74,7 +74,7 @@ public class MapperConfig extends ParameterConfig {
"number", "Mapper相关配置");
public static final Parameter EMBEDDING_MAPPER_THRESHOLD =
new Parameter("s2.mapper.embedding.threshold", "0.99",
new Parameter("s2.mapper.embedding.threshold", "0.98",
"向量召回相似度阈值",
"相似度小于该阈值的则舍弃",
"number", "Mapper相关配置");