@aicacia/local-embeddings
Preparing search index...
LoadEmbeddingRuntimeOptions
Type Alias LoadEmbeddingRuntimeOptions
type
LoadEmbeddingRuntimeOptions
=
{
allowRemoteModels
?:
boolean
;
debugLogging
?:
boolean
;
modelFallbacks
?:
readonly
EmbeddingModelFallback
[]
;
modelId
?:
string
;
modelPath
?:
string
;
}
Index
Properties
allow
Remote
Models?
debug
Logging?
model
Fallbacks?
model
Id?
model
Path?
Properties
Optional
allow
Remote
Models
allowRemoteModels
?:
boolean
Optional
debug
Logging
debugLogging
?:
boolean
Optional
model
Fallbacks
modelFallbacks
?:
readonly
EmbeddingModelFallback
[]
Optional
model
Id
modelId
?:
string
Optional
model
Path
modelPath
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
allow
Remote
Models
debug
Logging
model
Fallbacks
model
Id
model
Path
@aicacia/local-embeddings
Loading...