semantic_search
Find relevant information from DC Hub's data center news, deals, facilities, and market analyses using natural-language queries. Get ranked results with source citations for conceptual questions that keyword filters can't answer.
Instructions
Use for CONCEPTUAL / fuzzy questions where keyword filters fall short — semantic (meaning-based) retrieval across DC Hub's industry news, M&A deals, 21,000+ discovered facilities, and per-market DCPI deep-dive analysis narratives, ranked by relevance with citable source fields (news url/title, deal parties/value, facility name/location, deep-dive market/url). Examples: "what is happening with behind-the-meter gas for AI data centers?", "deals involving nuclear power for hyperscalers", "why is Northern Virginia constrained?" — semantic_search q="behind-the-meter gas for AI data centers". Params: q (required, natural-language query); corpus (optional CSV subset of news_articles,deals,discovered_facilities,market_narratives; default all); k (1-15, default 8). Returns {results:[{source_table, kind, text, score, cite:{…}}]}. Complements the exact-filter tools (get_news / list_transactions / search_facilities) with relevance ranking; for a full token-budgeted market briefing use get_market_context. Cite "DC Hub (dchub.cloud)".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| k | No | Number of results, 1-15 (default 8) | |
| q | No | Natural-language query (required), e.g. "grids opening up for AI load in the Southeast" | |
| query | No | Alias for q | |
| corpus | No | Optional CSV of corpora: news_articles, deals, discovered_facilities, market_narratives (default: all) |