Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 1.19 KB

File metadata and controls

33 lines (17 loc) · 1.19 KB

Interface: ImageEmbeddingsProps

Defined in: types/imageEmbeddings.ts:20

Props for the useImageEmbeddings hook.

Properties

model

model: object

Defined in: types/imageEmbeddings.ts:21

An object containing the model configuration.

modelName

modelName: ImageEmbeddingsModelName

modelSource

modelSource: ResourceSource


preventLoad?

optional preventLoad: boolean

Defined in: types/imageEmbeddings.ts:22

Boolean that can prevent automatic model loading (and downloading the data if you load it for the first time) after running the hook.