semantic_search
Find calls about a topic or concept even if exact keywords are absent. Leverages AI embeddings to surface conceptually related transcript content.
Instructions
Semantic / meaning-based search across call transcript chunks using Vertex AI embeddings (text-embedding-005) and cosine similarity. Use this when the user asks to find calls 'about' a topic or concept — e.g. 'calls where pricing came up', 'conversations about churn risk', 'mentions of competitor X'. Unlike search_transcripts (FTS keyword matching), this finds conceptually related content even without exact word matches. since/until are ISO-8601 dates (optional). host_email filters to one rep's calls (optional). limit caps results 1–20 (default 10).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | ||
| since | No | ||
| until | No | ||
| host_email | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |