Text, JSON, .pop files — any content
RAG Time uses the RWKV-v7 "Goose" recurrent state as the embedding vector. The final hidden state after processing a text sequence IS the embedding — same representational geometry as Evangelion. Memory and mind share a latent space. No separate embedding model. No external weights. Built, not assembled.
RAG Time exposes a clean postMessage API for integration with Evangelion, LocalVocal, Nodemesh, and the Sovereign Engine. Embed as an iframe or load as a worker. All communication is message-passing — zero shared state.
Import trained RWKV-v7 block weights from a running Evangelion instance. Once loaded, RAG Time's embeddings share the same latent geometry as Evangelion's cognition — memory and mind inhabit the same representational space.
LittleBit-2 Joint-ITQ binarization of all stored embeddings into a binary hypercube index. XNOR/POPCNT similarity as the fast path (O(N/64) per query via bitwise ops). Fisher-Rao reranking on the top-K POPCNT candidates for precision. Scales to thousands of documents — linear scan is the v1 bottleneck, this replaces it.
Cross-modal restriction maps initialize as identity (scale=1, bias=0) — semantically inert. When H¹(ℱ) spikes past the contradiction threshold, SGD steps push the maps toward coherence. Over time, the maps learn genuine cross-modal alignment geometry. Kehai noted this is "structurally present but semantically inert until trained." This fixes that.
No external labels. The sheaf supervises the embedder.
Same-document chunk pairs are pulled together in latent space.
High-H¹ contradiction pairs are pushed apart.
Contrastive signal comes entirely from ingested structure.
Runs automatically after corpus exceeds threshold, or manually here.
Core memories (low Poincaré radius, frequently retrieved) receive more RWKV recurrent steps on re-ingestion. High-centrality content accumulates more representational capacity. Poincaré lifecycle wired into OOMB ingestion depth.
RAGTime's adapted embedder state can now flow back upstream. Contradiction resolutions and contrastive adaptations become Evangelion weights. Bidirectional geometry sync — memory informs mind.