MCPcopy Create free account
hub / github.com/Rustixir/darkbird / factory_option

Function factory_option

src/darkbird/storage_vector_test.rs:3–5  ·  view source on GitHub ↗
(name: &str)

Source from the content-addressed store, hash-verified

1use crate::{VecStorage, Options, Vector, Schema, StorageType};
2
3fn factory_option(name: &str) -> Options {
4 Options::new(".", name, 1000, StorageType::RamCopies, true)
5}
6
7
8#[tokio::test]

Callers 1

k_nearest_neighborsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected