"""Aurelius ingestion — batch pipelines that fill core.store for ingested-mode adapters (biomed, news, finance). Each domain module exposes `ingest(...)` that writes nodes + edges into the store. The shared `embed_and_fuse(source_name)` step (pipeline.py) then computes text embeddings, node2vec structural embeddings, and stores both — the same for every source. Driven by the `aurelius` CLI (cli.py). """