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).
pub fn run(
args: IngestArgs,
llm_backend: LlmBackendChoice,
embedding_backend: EmbeddingBackendChoice,
) -> Result<(), AppError>Run the ingest command (filesystem scan + stage + persist, or mode adapters).