Class IndexingProfile
- Assembly
- FoundationaLLM.Common.dll
Provides details about an indexing profile.
public class IndexingProfile : VectorizationProfileBase
- Inheritance
-
IndexingProfile
- Inherited Members
- Extension Methods
Properties
Indexer
The type of the indexer.
[JsonPropertyName("indexer")]
[JsonConverter(typeof(JsonStringEnumConverter))]
public required IndexerType Indexer { get; set; }