Property DefaultInputKind
- Namespace
- Qavren.Edge.Embeddings.Onnx
- Assembly
- Qavren.Edge.Embeddings.Onnx.dll
DefaultInputKind
Which prefix the unkeyed generator applies. The query sibling is reached through QueryServiceKey.
public EmbeddingInputKind DefaultInputKind { get; set; }
Property Value
Remarks
Document is the right default because the UNKEYED generator is the one a vector store's upsert path resolves, and upsert embeds documents. The sibling registered under QueryServiceKey is constructed with Query regardless of this option, so flipping the default to Query gives an app whose documents get the query prefix and whose queries still get the query prefix - two wrong halves, no exception, and a retrieval-quality drop that looks like a bad model.