Skip to Content
Aionis currently ships as a local-first Lite Runtime for developer machines and self-managed deployments.
OperationsEmbeddings

Embeddings

Embeddings power recall and guide relevance. Without embeddings, Aionis can still accept structured writes, but guide quality depends on recall coverage.

First-run Provider

export EMBEDDING_PROVIDER="minimax" export MINIMAX_API_KEY="your-minimax-key"

Operational Notes

TopicGuidance
Provider choiceBetter embeddings can improve candidate recall, but they do not replace lifecycle governance.
Query vs document shapeSome providers distinguish query and document embeddings. Use the supported Runtime configuration.
FailuresCheck provider API key, network access, and rate limits.
CostEmbedding cost is usually lower than Agent LLM cost, but high write volume should still be measured.

The Memory Firewall and Execution Memory layers still matter even with strong embeddings. Embeddings find related content; Aionis decides whether it is safe to use.