text-embedding-3-small (1536 dimensions) for semantic search. Embeddings are computed at index time and auto-backfilled if keys were missing.
Provider Fallback
Auto-Backfill
The periodic indexer automatically backfills missing embeddings:- Runs on first tick after hub startup
- Runs whenever new entries are added
- Truncates content >28K chars (model limit ~8K tokens)
- Uses consecutive-null counter (3 strikes before stopping)