Re-index Knowledge Store

Re-index a specified knowledge store to update its search index.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/blueraai/bluera-knowledge --skill re-index-knowledge-store
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Re-index Knowledge Store
Source: https://github.com/blueraai/bluera-knowledge/tree/main/skills/index
Command: npx skills add https://github.com/blueraai/bluera-knowledge --skill re-index-knowledge-store

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps ensure your knowledge base is up-to-date by re-indexing a specified store, which is crucial when source data changes.

Core Features & Use Cases

  • Re-indexing: Updates the search index for a specific knowledge store.
  • Use Case: After updating the source code of a project that Bluera Knowledge is indexing, you can use this Skill to re-index the store so that the latest code changes are searchable.

Quick Start

Use the re-index skill for the react knowledge store.

Frequently Asked Questions about Re-index Knowledge Store

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I refresh the search index for my knowledge base after modifying source files?

To refresh the search index for your knowledge base after modifying source files, you need to re-index the specified knowledge store. This updates the store with the latest data so your recent code changes become searchable.

When should I re-index a knowledge store?

You should re-index a knowledge store when the source repositories or files it relies on have been modified. It is also necessary when you update embedding models to ensure the search index reflects the latest data.

How do I update my knowledge base to make new code changes searchable?

To make new code changes searchable, you execute a re-indexing command on the specific knowledge store. This process updates the search index with the latest source code modifications.

Do I need a specific tool to re-index the bluera knowledge store?

Yes, re-indexing the bluera knowledge store requires the 'mcp__bluera-knowledge__execute' tool. This tool performs the store:index command using the provided store name or ID to update the search index.

What is the best way to update a search index after changing embedding models?

The best way to update a search index after changing embedding models is to execute a full re-index of the specified knowledge store. This ensures the search index aligns with the new embedding configurations and latest data.