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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.