Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Default values for URL, model and truncate cannot be changed before we solve how old classes that have the defaults // NOT set will handle the change DefaultBaseURL = "https://api.voyageai.com/v1" DefaultVoyageAIModel = "voyage-3" DefaultTruncate = true 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 ¶
type VectorizationConfig ¶
Click to show internal directories.
Click to hide internal directories.