retrieve
Search a knowledge base to find relevant documents, policies, or specifications. Supports metadata filtering, result ranking, and recency bias.
Instructions
Look up information in the Knowledge Base. Use this tool when you need to:
Find relevant documents or information on specific topics
Retrieve company policies, procedures, or guidelines
Access product specifications or technical documentation
Get contextual information to answer company-specific questions
Find historical data or information about projects
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topK | No | The maximum number of results to return. Defaults to 8. | |
| query | Yes | The query to search for data in the Knowledge Base | |
| filter | No | The metadata search filter on documents. Returns chunks only from documents which match the filter. The following filter operators are supported: $eq - Equal to (number, string, boolean), $ne - Not equal to (number, string, boolean), $gt - Greater than (number), $gte - Greater than or equal to (number), $lt - Less than (number), $lte - Less than or equal to (number), $in - In array (string or number), $nin - Not in array (string or number). The operators can be combined with AND and OR. Read Metadata & Filters guide for more details and examples. | |
| rerank | No | Whether to try and find only the most relevant data. Defaults to false. | |
| recencyBias | No | Whether to favor data towards more recent documents. Defaults to false. |