Skip to content

local/candle

Uni-Xervo support

  • Provider ID: local/candle
  • Feature flag: provider-candle
  • Capabilities: embed

Uni-Xervo provider options

  • cache_dir (string)

Authoritative Uni-Xervo option schema:

Available model IDs in Uni-Xervo

This provider currently supports these embedding model IDs:

  • sentence-transformers/all-MiniLM-L6-v2
  • BAAI/bge-small-en-v1.5
  • BAAI/bge-base-en-v1.5

Authoritative source in code:

Model cards:

Example catalog entry

{
  "alias": "embed/default",
  "task": "embed",
  "provider_id": "local/candle",
  "model_id": "sentence-transformers/all-MiniLM-L6-v2",
  "options": {
    "cache_dir": ".uni_cache/candle"
  }
}