kb-search

List, read, and search local knowledge base documents for table data.

94|45|Updated Nov 11, 2022
One-click install
npx skills add https://github.com/GoogleCloudPlatform/dataplex-labs --skill kb-search-googlecloudplatform
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kb-search
Source: https://github.com/GoogleCloudPlatform/dataplex-labs/tree/main/knowledge_catalog_enrichment_agent/sample/config/skills/kb-search
Command: npx skills add https://github.com/GoogleCloudPlatform/dataplex-labs --skill kb-search-googlecloudplatform

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of accessing and extracting information from local knowledge base documents, specifically for tables.

Core Features & Use Cases

  • List Contents: Browse and navigate the directory tree to list the contents of a specified path.
  • Read File: Access and read the contents of a file within the knowledge base.
  • Search Content: Search the knowledge base for matching files, line numbers, and snippets.

Quick Start

Use the kb-search skill to list the contents of the 'knowledge_base' directory.

Frequently Asked Questions about kb-search

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

FAQPage Schema
How do I search a local knowledge base for table information?

To search a local knowledge base for table information, you can use this Skill to list directory contents, read specific files, and search content to retrieve matching files, line numbers, and snippets.

What's the best way to navigate a local directory tree to find specific documents?

The best way to navigate a local directory tree for specific documents is to use the file navigation feature, which allows you to browse and list the contents of a specified path within your knowledge base.

Can I extract specific table data from a local document without reading the entire file?

You can extract specific table data by using the content search capability, which scans the knowledge base and returns matching snippets and line numbers, helping you locate the exact table information without reading the whole file.

How do I list the contents of a local knowledge base directory?

To list the contents of a local knowledge base directory, initiate the Skill and specify the directory path; it will then browse the directory tree and output the available files for navigation.

Does this knowledge base search tool require any external dependencies?

No, this knowledge base search tool operates without external dependencies, relying solely on its internal scripts and references to navigate and extract local document information.

Why use a local file navigation tool instead of a standard search engine for document tables?

A local file navigation tool is necessary when your documents are stored locally rather than online, providing direct file reading and content search capabilities to extract table data securely from your own knowledge base.