Property EmbeddingGenerator
- Namespace
- Qavren.Edge.VectorData
- Assembly
- Qavren.Edge.VectorData.dll
EmbeddingGenerator
Store-level default; overridable per collection and per vector property. Left null (the
default), AddVectorStore fills it from DI with the registered non-generic
IEmbeddingGenerator. Set it explicitly only to override that, or when
constructing the store by hand outside a container.
public IEmbeddingGenerator? EmbeddingGenerator { get; set; }