embed_documents

Function embed_documents 

Source
pub async fn embed_documents(
    db: &Database,
    embedder: &dyn Embedder,
    model: &str,
    force: bool,
    progress: Option<Box<dyn Fn(EmbedProgress) + Send + Sync>>,
) -> Result<EmbedStats>
Expand description

Generate embeddings for documents with smart caching