Enrichment & re-indexing
Every knowledge item goes through two stages after you add it: indexing (splitting the content into chunks and embedding them so they're searchable) and enrichment (an AI pass that generates extra metadata to improve retrieval). The item row in Dashboard → Knowledge shows both — a chunk count and an enrichment badge (Enriched, Partial, Pending, or Failed).
Two row actions let you re-run these stages: Reindex and Re-enrich.
Reindex
Reindex rebuilds the item from its content: it deletes the existing embeddings, re-chunks the text, and re-embeds every chunk. Use it when the underlying content changed — you edited the text, the source web page was updated, or chunks look stale or wrong.
Reindex also queues a fresh enrichment pass automatically, so the item's questions and summary regenerate too. In effect, Reindex is the full rebuild.
🖼️ [Image] — The row ⋯ menu showing Edit, Reindex, Re-enrich, and Delete.
Re-enrich
Re-enrich regenerates only the AI metadata — it does not re-embed the passages. Use it when the content is fine but you want fresh enrichment, for example after enabling a higher plan tier that unlocks more enrichment features. It runs in the background and the row's enrichment badge moves to Pending, then updates when done.
Products are enriched by the catalog pipeline, not the knowledge base, so Re-enrich isn't offered for product items.
What enrichment adds
Enrichment runs AI builders over each item to produce metadata that makes search hit more reliably:
- Document summary — a condensed version of the item, embedded so summary-style queries match.
- Hypothetical questions — questions a user might ask that this item answers. These are embedded too, so a visitor's phrasing can match a generated question even when it doesn't match the raw text. The row shows a count when present.text
…Q - Keywords — extracted terms that strengthen keyword search.
Which builders run depends on your plan — each feature (summaries, questions, keywords) is gated by your entitlements.
Requires the Grow plan or higher for the full enrichment set. On lower tiers some or all enrichment is skipped, and the badge shows a dash or Partial.
Higher tiers also apply contextual retrieval (shown as a
CTXUnchanged content is skipped
Indexing tracks a content hash per item. If you trigger a sync and the content hasn't changed, the system skips re-embedding entirely — so republishing a documentation page or re-running a sync won't waste embedding cost on identical text. To force a full rebuild regardless, use Reindex.
🎬 [Video] — Editing an item, hitting Reindex, and watching the enrichment badge cycle Pending → Enriched.