Display default value when proximityPrecision is not set

This commit is contained in:
ManyTheFish 2024-01-08 11:09:37 +01:00
parent 6203f4acef
commit f75f22e026
3 changed files with 31 additions and 14 deletions

View file

@ -84,6 +84,7 @@ async fn get_settings() {
})
);
assert_eq!(settings["embedders"], json!({}));
assert_eq!(settings["proximityPrecision"], json!("byWord"));
}
#[actix_rt::test]