Skip to Content
Aionis v0.2 is ready for local agent loops, MCP clients, SDK integrations, and self-managed Runtime deployments.

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="openai" export OPENAI_API_KEY="your-openai-key"

MiniMax is also supported:

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.