query_knowledge_hub
Search a knowledge base to find relevant documents using hybrid semantic and keyword matching. Returns results with source citations.
Instructions
Search the knowledge base for relevant documents.
This tool uses hybrid search (semantic + keyword) to find the most relevant documents matching your query. Results include source citations for reference.
Parameters:
query: Your search question or keywords
top_k: Maximum number of results (default: 5)
collection: Limit search to a specific document collection
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The search query or question to find relevant documents for. | |
| top_k | No | Maximum number of results to return. | |
| collection | No | Optional collection name to limit the search scope. | |
| session_id | No | Optional session ID for conversation memory. |