Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodeBendKit/codeseek
/ default_short_code_penalty
Function
default_short_code_penalty
rust-core/src/config.rs:31–31 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
29
fn default_rrf_k() -> f64 { 60.0 }
30
fn default_short_code_threshold() -> usize { 30 }
31
fn default_short_code_penalty() -> f64 { 0.5 }
32
33
impl Default for HybridSearchConfig {
34
fn default() -> Self {
Callers
1
default
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected