Class TextEmbeddingProfile
- Assembly
- FoundationaLLM.Common.dll
Provides details about a text embedding profile.
public class TextEmbeddingProfile : VectorizationProfileBase
- Inheritance
-
TextEmbeddingProfile
- Inherited Members
- Extension Methods
Properties
TextEmbedding
The type of the text splitter.
[JsonPropertyName("text_embedding")]
[JsonConverter(typeof(JsonStringEnumConverter))]
public required TextEmbeddingType TextEmbedding { get; set; }