search_specifications
Search Bluetooth specifications with hybrid, keyword, or semantic modes. Filter by specific PDFs to get precise answers with citations.
Instructions
Search Bluetooth specifications.
:param query: Search query string :type query: str :param mode: Search mode - "bm25" (keyword), "semantic" (meaning), or "hybrid" (both, default) :type mode: str :param top_k: Number of results to return (default: 3) :type top_k: int :param filter_pdfs: Comma-separated list of PDF names to filter by (e.g., "doc1.pdf,doc2.pdf") :type filter_pdfs: str :return: Formatted search results with citations :rtype: str :raises ValueError: If mode is not one of "bm25", "semantic", or "hybrid"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| mode | No | hybrid | |
| top_k | No | ||
| filter_pdfs | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |