refactor(memory): keep default hybrid weights while adding relevance threshold

This commit is contained in:
Chummy 2026-02-18 14:10:35 +08:00
parent 8a1e7cc7ef
commit decea532ed
2 changed files with 4 additions and 4 deletions

View file

@ -816,10 +816,10 @@ fn default_embedding_dims() -> usize {
1536
}
fn default_vector_weight() -> f64 {
0.4
0.7
}
fn default_keyword_weight() -> f64 {
0.6
0.3
}
fn default_min_relevance_score() -> f64 {
0.4