Share via


VectorSearchOptions<TRecord> Class

Definition

generic <typename TRecord>
public ref class VectorSearchOptions
public class VectorSearchOptions<TRecord>
type VectorSearchOptions<'Record> = class
Public Class VectorSearchOptions(Of TRecord)

Type Parameters

TRecord
Inheritance
VectorSearchOptions<TRecord>

Constructors

VectorSearchOptions<TRecord>()

Properties

Filter

Gets or sets a search filter to use before doing the vector search.

IncludeVectors

Gets or sets a value indicating whether to include vectors in the retrieval result.

OldFilter
Obsolete.

Gets or sets a search filter to use before doing the vector search.

Skip

Gets or sets the number of results to skip before returning results, that is, the index of the first result to return.

VectorProperty

Gets or sets the vector property to search on. Only needs to be set when the collection has multiple vector properties.

Applies to