combined_search
Search knowledge graph facts and document vectors together to retrieve structured facts plus supporting context, producing evidence-backed answers from hybrid search.
Instructions
Search both the knowledge graph and document vectors.
USE WHEN: You need both structured facts and supporting context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Original search query | |
| graph_results | Yes | Results from knowledge graph | |
| vector_results | Yes | Results from vector search |