Skip to main content

load_glob

Function load_glob 

Source
pub async fn load_glob(
    kb: &dyn KnowledgeBase,
    scope: &TenantScope,
    pattern: &str,
    config: &ChunkConfig,
) -> Result<usize, Error>
Expand description

Load all files matching a glob pattern and index their chunks.