Search Knowledge Stores

Search indexed knowledge stores using vector, full-text, or hybrid modes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill allows users to search through indexed library sources, retrieving relevant information based on a given query.

Core Features & Use Cases

  • Semantic Search: Utilizes vector, full-text, or hybrid search modes to find information.
  • Configurable Results: Allows users to specify the number of results, detail level, and relevance thresholds.
  • Use Case: A developer needs to find how a specific function is implemented across their project's dependencies. They can use this Skill to search their indexed knowledge base for code snippets related to that function.

Quick Start

Search for implementations of the 'useState' hook in the 'react' store.

Frequently Asked Questions about Search Knowledge Stores

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

FAQPage Schema
How do I search indexed library sources for specific code implementations?

You can search indexed library sources by executing a query to retrieve relevant code snippets and documentation using vector, full-text, or hybrid search modes. Results can be filtered by score, relevance, and quantity.

What is the difference between vector, full-text, and hybrid search for a knowledge base?

Vector search matches semantic meaning, full-text search matches exact keywords, and hybrid search combines both approaches. Searching indexed knowledge stores with these modes facilitates retrieving specific code implementations or relevant documentation snippets based on query intent.

Can I filter knowledge base search results by relevance score and quantity?

Yes, searching indexed knowledge stores supports detailed result filtering by score, relevance, and quantity. This allows you to configure the number of results returned and set detail levels to retrieve specific code implementations or documentation snippets.

How do I find how a specific function is implemented across project dependencies?

To find how a specific function is implemented across dependencies, search your indexed knowledge base using a query targeting that function. The search retrieves relevant code snippets and documentation from indexed library sources based on your specified relevance thresholds.

Does searching indexed library sources require any specific tools?

Yes, searching indexed library sources requires the mcp__bluera-knowledge__search tool for execution. This dependency enables the semantic, full-text, or hybrid search modes used to retrieve code implementations and documentation snippets from the knowledge stores.

What are the limitations of using semantic search for code documentation?

Semantic search across indexed library sources is limited to previously indexed data, meaning unindexed dependencies cannot be queried. Additionally, filtering by score and relevance thresholds may exclude tangentially related code implementations or documentation snippets if set too restrictively.