MCPcopy 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
101fn default_reranker_model() -> String { "BAAI/bge-reranker-v2-m3".to_string() }
102fn default_10() -> usize { 10 }
103fn default_5() -> usize { 5 }
104fn default_30() -> u64 { 30 }
105

Callers 1

defaultMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected