Skip to main content

run

Function run 

Source
pub fn run(
    args: IngestArgs,
    llm_backend: LlmBackendChoice,
    embedding_backend: EmbeddingBackendChoice,
) -> Result<(), AppError>
Expand description

Run the ingest command (filesystem scan + stage + persist, or mode adapters).