Skip to main content
Vector Search lets your agent search your workspace Knowledge Base from the Fetch Hive editor.

What it does

This tool connects an agent to the Knowledge Base in your workspace. Use it when you want the agent to retrieve information from your Knowledge Base before it answers.

Adding the tool to an agent

  1. Open an agent in the editor.
  2. Click the button with the tooltip Add MCP Tool or Sub Agent.
  3. In MCP Tools, click Vector Search.
  4. Select the Knowledge Base this tool should search, then add the tool.
The tool is created only after a Knowledge Base is selected. If no active Knowledge Base exists yet, create one first.

Configuration

Vector Search uses the Knowledge Base field in the settings sheet to choose which Knowledge Base content the agent searches.
OptionDescription
Knowledge BaseChooses which Knowledge Base content the agent searches when it uses this tool
  1. Select the Vector Search node in the editor.
  2. In the settings sheet, open Knowledge Base.
  3. Choose the Knowledge Base content you want this agent to search.
The selected item appears on the tool node summary in the canvas. Existing Vector Search tools without a Knowledge Base stay disabled until you select one. If a Vector Search tool somehow has no active Knowledge Base at run time, the agent run stops with a configuration error instead of silently continuing without search.

Use cases

  • Answer questions from internal documents or product docs.
  • Build support or ops agents that search a curated Knowledge Base.
  • Retrieve source material before the agent writes a response.

Notes