Share via


VectorStoreExtensions Class

Definition

Provides a collection of static methods for extending VectorStore instances.

public ref class VectorStoreExtensions abstract sealed
public static class VectorStoreExtensions
type VectorStoreExtensions = class
Public Module VectorStoreExtensions
Inheritance
VectorStoreExtensions

Methods

GetRequiredService<TRecord>(VectorStore, Type, Object)

Asks the VectorStore for an object of the specified type serviceType and throws an exception if one isn't available.

Applies to