IVectorizableTextSearch<TRecord> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.