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, becauseQavren.Edge.VectorDatacannot reference this package and must therefore carry its own copy of the same literal inEdgeVectorData.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
generatorwhen it exposes none (a third-party generator, or a preset that declares no prefixes).