Variable: FEATURE_PACK_ARTIFACT_KINDS
constFEATURE_PACK_ARTIFACT_KINDS: readonly ["index","model"]
Defined in: Data/Core/FeaturePackTypes.ts:50
Role of a single file within a pack.
index— a prebuilt SQLite database (the semantic embedding index).model— one file of the embedding model tree, laid out exactly as@huggingface/transformersexpects to find it under itslocalModelPath(e.g.Xenova/nomic-embed-text-v1/config.json).