SearchModelFactory.KnowledgeSourceVectorizer(String) Method
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.
Specifies the vectorization method to be used for knowledge source embedding model. Please note this is the abstract base class. The derived classes available for instantiation are: KnowledgeSourceAzureOpenAIVectorizer.
public static Azure.Search.Documents.KnowledgeBases.Models.KnowledgeSourceVectorizer KnowledgeSourceVectorizer(string kind = default);
static member KnowledgeSourceVectorizer : string -> Azure.Search.Documents.KnowledgeBases.Models.KnowledgeSourceVectorizer
Public Shared Function KnowledgeSourceVectorizer (Optional kind As String = Nothing) As KnowledgeSourceVectorizer
Parameters
- kind
- String
The name of the kind of vectorization method being configured for use with vector search.
Returns
A new KnowledgeSourceVectorizer instance for mocking.