Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Default values for model, baseURL and truncate cannot be changed before we solve how old classes // that have the defaults NOT set will handle the change DefaultBaseURL = "https://api.cohere.ai" DefaultCohereModel = "embed-multilingual-v3.0" DefaultTruncate = "END" DefaultVectorizeClassName = true DefaultPropertyIndexed = true DefaultVectorizePropertyName = false LowerCaseInput = false )
Variables ¶
This section is empty.
Functions ¶
func NewClassSettings ¶ added in v1.25.0
func NewClassSettings(cfg moduletools.ClassConfig) *classSettings
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.