IngestionChunk<T>(T, IngestionDocument, String) コンストラクター

定義

IngestionChunk<T> クラスの新しいインスタンスを初期化します。

public IngestionChunk(T content, Microsoft.Extensions.DataIngestion.IngestionDocument document, string? context = default);
new Microsoft.Extensions.DataIngestion.IngestionChunk<'T> : 'T * Microsoft.Extensions.DataIngestion.IngestionDocument * string -> Microsoft.Extensions.DataIngestion.IngestionChunk<'T>
Public Sub New (content As T, document As IngestionDocument, Optional context As String = Nothing)

パラメーター

content
T

チャンクの内容。

document
IngestionDocument

このチャンクの抽出元のドキュメント。

context
String

チャンクの追加コンテキスト。

例外

content または documentnull

content は空の文字列、または空白文字のみを含む文字列です。

適用対象