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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.