VectorStoreWriter<T>.VectorStoreCollection Proprietà

Definizione

Ottiene l'oggetto sottostante VectorStoreCollection<TKey,TRecord> utilizzato per archiviare i blocchi.

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))

Valore della proprietà

Eccezioni

La raccolta non è ancora stata inizializzata. Chiama WriteAsync(IAsyncEnumerable<IngestionChunk<T>>, CancellationToken) prima.

Commenti

La raccolta viene inizializzata quando WriteAsync(IAsyncEnumerable<IngestionChunk<T>>, CancellationToken) viene chiamato per la prima volta.

Si applica a