refactor(memory): keep default hybrid weights while adding relevance threshold
This commit is contained in:
parent
8a1e7cc7ef
commit
decea532ed
2 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue