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