Skip to main content

Variable: FEATURE_PACK_ARTIFACT_KINDS

const FEATURE_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/transformers expects to find it under its localModelPath (e.g. Xenova/nomic-embed-text-v1/config.json).