BaseVectorSearchVectorizer interface
Contains specific details for a vectorization method to be used during query time.
Properties
kind | Polymorphic discriminator, which specifies the different types this object can be |
vectorizer |
The name to associate with this particular vectorization method. |
Property Details
kind
Polymorphic discriminator, which specifies the different types this object can be
kind: string
Property Value
string
vectorizerName
The name to associate with this particular vectorization method.
vectorizerName: string
Property Value
string