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