search_semantic
Find documents by meaning similarity using semantic search. Returns results based on user intent rather than exact keywords.
Instructions
Search documents using semantic embedding-based matching. Returns results ranked by meaning similarity rather than exact keyword match. Use this when the user's intent matters more than exact wording. For exact keyword matching, use search_documents instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return. Use smaller values for quick lookups and larger values for comprehensive searches. | |
| query | Yes | The search query string. Supports keywords and phrases to match against document titles and content. |