get_semantic_search
Search 64,000+ NZX announcements with AI semantic search to find conceptual matches that keyword search misses. Returns relevance-ranked results with similarity scores and text snippets.
Instructions
Search 64,000+ NZX announcements using AI semantic search. Uses text-embedding-3-small vectors with hybrid keyword+semantic+reranking for best results. Finds conceptual matches that keyword search misses (e.g. 'climate risk' finds 'environmental exposure'). Returns relevance-ranked results with similarity scores and text snippets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Search query (e.g. 'climate risk disclosure', 'CEO succession planning', 'covenant breach') | |
| to | No | End date in YYYY-MM-DD format | |
| from | No | Start date in YYYY-MM-DD format | |
| type | No | Filter by announcement type (e.g. 'GENERAL', 'FLLYR') | |
| limit | No | Number of results (default 10) | |
| ticker | No | Filter by company ticker (e.g. 'AIR') |