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