MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / opts

Function opts

nodedb-vector/src/rerank/pipeline.rs:179–181  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

177 // ── helpers ──────────────────────────────────────────────────────────────
178
179 fn opts() -> VectorAnnOptions {
180 VectorAnnOptions::default()
181 }
182
183 fn opts_with_dim(d: u32) -> VectorAnnOptions {
184 VectorAnnOptions {

Calls

no outgoing calls