VectorStoreWriter<T>.VectorStoreCollection プロパティ

定義

チャンクの格納に使用される基になる VectorStoreCollection<TKey,TRecord> を取得します。

public:
 property Microsoft::Extensions::VectorData::VectorStoreCollection<System::Object ^, System::Collections::Generic::Dictionary<System::String ^, System::Object ^> ^> ^ VectorStoreCollection { Microsoft::Extensions::VectorData::VectorStoreCollection<System::Object ^, System::Collections::Generic::Dictionary<System::String ^, System::Object ^> ^> ^ get(); };
public Microsoft.Extensions.VectorData.VectorStoreCollection<object,System.Collections.Generic.Dictionary<string,object?>> VectorStoreCollection { get; }
member this.VectorStoreCollection : Microsoft.Extensions.VectorData.VectorStoreCollection<obj, System.Collections.Generic.Dictionary<string, obj>>
Public ReadOnly Property VectorStoreCollection As VectorStoreCollection(Of Object, Dictionary(Of String, Object))

プロパティ値

例外

コレクションはまだ初期化されていません。 最初 WriteAsync(IAsyncEnumerable<IngestionChunk<T>>, CancellationToken) 呼び出します。

注釈

コレクションは、 WriteAsync(IAsyncEnumerable<IngestionChunk<T>>, CancellationToken) が初めて呼び出されたときに初期化されます。

適用対象