Table of Contents

Constructor ChunkModelProfile

Namespace
Qavren.Edge.Ingestion
Assembly
Qavren.Edge.Ingestion.dll

ChunkModelProfile(string, int, int, string, string?, string?)

The six facts about an embedding model that chunking and the recipe need (spec 11). Plain data, declared HERE in the core, so no core type names Qavren.Edge.Embeddings.Onnx.

public ChunkModelProfile(string Id, int Dimensions, int MaxSequenceLength, string Pooling, string? DocumentPrefix = null, string? QueryPrefix = null)

Parameters

Id string
Dimensions int
MaxSequenceLength int
Pooling string
DocumentPrefix string
QueryPrefix string