MCPcopy Create free account
hub / github.com/CodeBendKit/codeseek / default

Method default

rust-core/src/config.rs:34–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32
33impl Default for HybridSearchConfig {
34 fn default() -> Self {
35 Self {
36 enable_bm25: default_true(),
37 bm25_top_k: default_100(),
38 vector_top_k: default_100(),
39 rrf_k: default_rrf_k(),
40 rrf_top_k: default_20(),
41 short_code_threshold: default_short_code_threshold(),
42 short_code_penalty: default_short_code_penalty(),
43 }
44 }
45}
46
47/// 嵌入配置

Callers

nothing calls this directly

Calls 12

default_trueFunction · 0.85
default_100Function · 0.85
default_rrf_kFunction · 0.85
default_20Function · 0.85
default_reranker_modelFunction · 0.85
default_api_base_urlFunction · 0.85
default_10Function · 0.85
default_5Function · 0.85
default_30Function · 0.85

Tested by

no test coverage detected