CLI
dokkai ingest
Run the full pipeline and stream live stage progress to a result summary.
bash
dokkai ingest /absolute/path/to/your/repo
dokkai ingest /absolute/path/to/your/repo --recreate --yes
dokkai ingest /absolute/path/to/your/repo --no-describeValidates the path, confirms --recreate interactively (or via --yes), calls POST /instances/pipeline, and streams live stage progress (SSE with a polling fallback).
Flags
--recreate— drop and rebuild the entire Weaviate collection (all projects) before inserting. Prompts unless--yesis passed; in a non-interactive shell without--yesit exits1.--no-describe— setsdescribe: false: skips the descriptor pre-flight and ingests without per-entity descriptions. Conceptual/summary search is weaker; literal/code search still works.--yes— skip the--recreateconfirmation prompt.