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