search_semantic
Search space regulatory filings using natural language to find filings by meaning, not just keywords. Semantic embeddings match conceptual queries.
Instructions
Semantic vector search across filing text using natural language. Uses nomic-embed-text-v1.5 embeddings to find filings by meaning, not just keywords. Note: FCC filings have limited embedding coverage — use search_filings for FCC keyword search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 10, max 50) | |
| query | Yes | Natural language search query | |
| agency | No | Filter by source agency | |
| filed_after | No | Minimum filed date (YYYY-MM-DD) | |
| filed_before | No | Maximum filed date (YYYY-MM-DD) | |
| min_similarity | No | Minimum cosine similarity threshold (default 0.5) |