Sdílet prostřednictvím


IVectorizableTextSearch<TRecord> Interface

Definition

Contains a method for doing a vector search using text that will be vectorized downstream.

generic <typename TRecord>
public interface class IVectorizableTextSearch
public interface IVectorizableTextSearch<TRecord>
type IVectorizableTextSearch<'Record> = interface
Public Interface IVectorizableTextSearch(Of TRecord)

Type Parameters

TRecord

The record data model to use for retrieving data from the store.

Methods

VectorizableTextSearchAsync(String, VectorSearchOptions, CancellationToken)

Search the vector store for records that match the given text and filter. The text string will be vectorized downstream and used for the vector search.

Applies to