semantic_search_docs
Retrieve relevant UTCP documentation results using semantic search with enhanced relevance scoring and query expansion. Provides detailed match reasons for sophisticated search needs.
Instructions
Advanced semantic search using RAG (Retrieval-Augmented Generation) over UTCP documentation. Provides enhanced relevance scoring, query expansion, and detailed match reasons. Use this for more sophisticated searches than the basic search_utcp_docs tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query - can be natural language or keywords | |
| limit | No | Maximum number of results to return (default: 10) | |
| excerpt_length | No | Length of excerpt in characters (default: 2000) | |
| section | No | Optional: Limit search to specific documentation section | |
| min_relevance | No | Minimum semantic relevance score (0-100+, default: 0) |