Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodeBendKit/codeseek
/ default_10
Function
default_10
rust-core/src/config.rs:102–102 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
100
101
fn default_reranker_model() -> String {
"BAAI/bge-reranker-v2-m3"
.to_string() }
102
fn default_10() -> usize { 10 }
103
fn default_5() -> usize { 5 }
104
fn default_30() -> u64 { 30 }
105
Callers
1
default
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected