VectorStoreWriter<T>.VectorStoreCollection Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém o subjacente VectorStoreCollection<TKey,TRecord> usado para armazenar as partes.
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 da propriedade
Exceções
A coleção ainda não foi inicializada. Ligue WriteAsync(IAsyncEnumerable<IngestionChunk<T>>, CancellationToken) primeiro.
Comentários
A coleção é inicializada quando WriteAsync(IAsyncEnumerable<IngestionChunk<T>>, CancellationToken) é chamada pela primeira vez.