VectorStoreWriter<T>.VectorStoreCollection Propriedade
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Faz com que o subjacente VectorStoreCollection<TKey,TRecord> seja usado para armazenar os chunks.
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))
Valor de Propriedade
Exceções
A coleção ainda não foi inicializada. Ligue WriteAsync(IAsyncEnumerable<IngestionChunk<T>>, CancellationToken) primeiro.
Observações
A coleção é inicializada quando WriteAsync(IAsyncEnumerable<IngestionChunk<T>>, CancellationToken) é chamada pela primeira vez.