search_graph
Search Fodda's expert-curated knowledge graphs using hybrid vector and keyword methods to find relevant trends and articles across industries like retail, beauty, and sports.
Instructions
Perform hybrid (vector + keyword) search on a Fodda knowledge graph. Returns trends and articles matching the query. Uses a 3-tier fallback: vector search → keyword search → all trends. Always returns results.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| graphId | Yes | The graph ID. For PSFK verticals use: 'retail', 'beauty', or 'sports'. Other graphs: 'psfk' (all verticals), 'sic' (Strategic Independent Culture), 'waldo'. | |
| query | Yes | The search query | |
| userId | Yes | Unique identifier for the user (Required) | |
| limit | No | Maximum number of results (default 25, max 50) | |
| use_semantic | No | Whether to use semantic search (default true) |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| total | No | Total number of results found | |
| usage | No | Billing/usage metadata | |
| results | No | Array of matching nodes (trends, articles) | |
| search_method | No | Search method used: 'vector', 'keyword', or 'fallback' |