Documentation
¶
Overview ¶
Package cohereembeddingtype
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Byte = CohereEmbeddingType{"byte"} Float = CohereEmbeddingType{"float"} Int8 = CohereEmbeddingType{"int8"} )
Functions ¶
This section is empty.
Types ¶
type CohereEmbeddingType ¶
type CohereEmbeddingType struct {
Name string
}
func (CohereEmbeddingType) MarshalText ¶
func (c CohereEmbeddingType) MarshalText() (text []byte, err error)
func (CohereEmbeddingType) String ¶
func (c CohereEmbeddingType) String() string
func (*CohereEmbeddingType) UnmarshalText ¶
func (c *CohereEmbeddingType) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.