semantic-search-docs
Search React Native documentation semantically to find conceptually relevant content even when exact keywords don't match. Returns the most relevant documentation chunks with similarity scores.
Instructions
Performs semantic search across documentation using AI embeddings to find conceptually similar content, even when exact keywords don't match. Returns the most relevant documentation chunks with similarity scores.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Current working directory for auto-detection | |
| topK | No | Number of results to return (1-50) | |
| query | Yes | Natural language search query describing what you're looking for | |
| library | No | Optional: Filter results to a specific library | |
| version | No | Version string or 'auto' to detect from project | auto |
| searchMode | No | Search mode: semantic (embeddings only) or hybrid (combines keyword + semantic) | hybrid |