Table of Contents

Class EdgeEmbeddings

Namespace
Qavren.Edge.Embeddings.Onnx
Assembly
Qavren.Edge.Embeddings.Onnx.dll

The naming convention that connects a generator to its query-prefixed sibling.

public static class EdgeEmbeddings
Inheritance
EdgeEmbeddings
Inherited Members

Fields

QueryServiceKey

The service key under which a generator exposes its query-prefixed sibling through GetService. A named convention, not a private protocol - and deliberately a bare string constant rather than a shared type, because Qavren.Edge.VectorData cannot reference this package and must therefore carry its own copy of the same literal in EdgeVectorData.QueryGeneratorServiceKey. A tier-2 test asserts the two constants are equal from a project that references both, so they cannot drift.

Methods

AsQueryGenerator(IEmbeddingGenerator)

Resolves the query sibling, falling back to generator when it exposes none (a third-party generator, or a preset that declares no prefixes).