VectorStoreTextSearch<TRecord> Class
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.
A Vector Store Text Search implementation that can be used to perform searches using a Microsoft.Extensions.VectorData.IVectorStoreRecordCollection`2.
public sealed class VectorStoreTextSearch<TRecord> : Microsoft.SemanticKernel.Data.ITextSearch
type VectorStoreTextSearch<'Record> = class
interface ITextSearch
Public NotInheritable Class VectorStoreTextSearch(Of TRecord)
Implements ITextSearch
Type Parameters
- TRecord
- Inheritance
-
VectorStoreTextSearch<TRecord>
- Implements
Constructors
Methods
| GetSearchResultsAsync(String, TextSearchOptions, CancellationToken) |
Perform a search for content related to the specified query and return Object values representing the search results. |
| GetTextSearchResultsAsync(String, TextSearchOptions, CancellationToken) |
Perform a search for content related to the specified query and return TextSearchResult values representing the search results. |
| SearchAsync(String, TextSearchOptions, CancellationToken) |
Perform a search for content related to the specified query and return String values representing the search results. |