ragbrain_search
Search your knowledge base with natural language queries to find relevant text chunks. Returns results matching your question or topic.
Instructions
Perform semantic search across the RAGBrain knowledge base. Returns relevant text chunks that match the query. Use this to find information on any topic stored in RAGBrain.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The search query - can be a question or topic | |
| top_k | No | Number of results to return (default: 5, max: 20) | |
| namespace | No | Optional: limit search to a specific namespace (e.g., 'mba/finance'). Supports wildcards like 'mba/*' |