Skip to main content

Interface: FeaturePack

Defined in: Data/Core/FeaturePackTypes.ts:70

Properties

artifacts

artifacts: FeaturePackArtifact[]

Defined in: Data/Core/FeaturePackTypes.ts:80


description

description: string

Defined in: Data/Core/FeaturePackTypes.ts:75


download_size_bytes

download_size_bytes: number

Defined in: Data/Core/FeaturePackTypes.ts:78


installed_size_bytes

installed_size_bytes: number

Defined in: Data/Core/FeaturePackTypes.ts:79


license

license: string

Defined in: Data/Core/FeaturePackTypes.ts:76


license_url?

optional license_url?: string | null

Defined in: Data/Core/FeaturePackTypes.ts:77


metadata?

optional metadata?: Record<string, unknown> | null

Defined in: Data/Core/FeaturePackTypes.ts:86

Free-form pack-specific fields. For semantic_search this is where the embedding model id and index build parameters are recorded, so a future version can tell an index apart from the model that must query it.


name

name: string

Defined in: Data/Core/FeaturePackTypes.ts:73


pack_id

pack_id: string

Defined in: Data/Core/FeaturePackTypes.ts:71


pack_type

pack_type: "semantic_search"

Defined in: Data/Core/FeaturePackTypes.ts:72


version

version: string

Defined in: Data/Core/FeaturePackTypes.ts:74