Documentation
¶
Overview ¶
Package voyageaitasktype
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Textembedding = VoyageAITaskType{"text_embedding"} Rerank = VoyageAITaskType{"rerank"} )
Functions ¶
This section is empty.
Types ¶
type VoyageAITaskType ¶
type VoyageAITaskType struct {
Name string
}
func (VoyageAITaskType) MarshalText ¶
func (v VoyageAITaskType) MarshalText() (text []byte, err error)
func (VoyageAITaskType) String ¶
func (v VoyageAITaskType) String() string
func (*VoyageAITaskType) UnmarshalText ¶
func (v *VoyageAITaskType) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.