Skip to main content

put_cached

Function put_cached 

Source
pub fn put_cached(
    db: &MemoryDatabase,
    text: &str,
    vector: &[f32],
) -> Result<(), Error>
Expand description

Store an embedding in the cache.