Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Default values for model, WaitForModel, useGPU and useCache cannot be changed before we solve how old classes // that have the defaults NOT set will handle the change DefaultHuggingFaceModel = "sentence-transformers/msmarco-bert-base-dot-v5" DefaultOptionWaitForModel = false DefaultOptionUseGPU = false DefaultOptionUseCache = true DefaultVectorizeClassName = true DefaultPropertyIndexed = true DefaultVectorizePropertyName = false )
Variables ¶
This section is empty.
Functions ¶
func NewClassSettings ¶ added in v1.25.1
func NewClassSettings(cfg moduletools.ClassConfig) *classSettings
Types ¶
type VectorizationConfig ¶
Click to show internal directories.
Click to hide internal directories.