semantic_search
Search your downloaded arXiv papers by semantic similarity using free-text queries or a paper ID to find related research.
Instructions
Semantic similarity search over papers you have already downloaded locally via download_paper. Supports free-text queries (e.g. 'attention mechanisms for long sequences') or finding papers similar to a given paper_id. IMPORTANT: only searches your local downloaded collection — will return empty results if no papers have been downloaded yet. Use search_papers to find papers on arXiv, then download_paper to add them to the local index before using this tool. Requires pro dependencies: uv pip install -e ".[pro]"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Free-text semantic query. | |
| paper_id | No | Find papers semantically similar to this arXiv paper ID. | |
| max_results | No | Maximum number of results to return (default: 10). |