Table of Contents

Field QueryServiceKey

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

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.

public const string QueryServiceKey = "qavren.edge.query"

Returns

string
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.