VectorStoreWriter<T>.VectorStoreCollection Egenskap
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Hämtar den underliggande VectorStoreCollection<TKey,TRecord> som används för att lagra segmenten.
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))
Egenskapsvärde
Undantag
Samlingen har inte initierats ännu. Ring WriteAsync(IAsyncEnumerable<IngestionChunk<T>>, CancellationToken) först.
Kommentarer
Samlingen initieras när WriteAsync(IAsyncEnumerable<IngestionChunk<T>>, CancellationToken) anropas för första gången.