Skip to content

ExtensionsAI

github-actions[bot] edited this page Sep 21, 2026 · 25 revisions

Development build. This page describes main, not a released package. The latest published Lodestar.Extensions.AI is 0.1.0 — read its documentation.

ExtensionsAI

Namespaces

  • Embedding generation — Lodestar.Extensions.AI — One type, OnnxEmbeddingGenerator: it presents the ONNX embedding path as Microsoft.Extensions.AI's IEmbeddingGenerator<string, Embedding<float>>, so a consumer written against that abstraction — a Semantic Kernel pipeline, a Microsoft.Extensions.AI chain, anything that takes the interface — can hold Lodestar embeddings without knowing Lodestar.

Clone this wiki locally