hybrid_search
Search knowledge graphs by combining semantic meaning, keyword matching, and metadata filtering to improve result accuracy and recall.
Instructions
Search using combined semantic, lexical, and metadata signals. Provides better recall than single-signal search by fusing multiple relevance signals.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query text | |
| weights | No | Layer weights (automatically normalized to sum to 1.0) | |
| filters | No | Symbolic/metadata filters | |
| limit | No | Maximum results to return (default: 10) |