Skip to main content

write

Function write 

Source
pub fn write(
    store_dir: &Path,
    provenance: &EmbeddingProvenance,
) -> Result<(), String>
Expand description

Write the record into store_dir.

ยงErrors

The directory is unwritable, or serialisation fails.