Aurelius / ingest /__init__.py
murtaza-2007
Aurelius improvement pass: domain-aware recs, finance/research surfaces, 2D graph
658d200
Raw
History Blame Contribute Delete
412 Bytes
"""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).
"""