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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.