Share via


VectorSearchExtensions Class

Definition

Provides a collection of static methods for extending IVectorSearchable<TRecord> instances.

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

Methods

GetRequiredService<TRecord>(IVectorSearchable<TRecord>, Type, Object)

Asks the IVectorSearchable<TRecord> for an object of the specified type serviceType and throws an exception if one isn't available.

Applies to