search
Find documents in a Tropicalia project using hybrid, neural, or keyword retrieval, with optional AI answers and source citations.
Instructions
Search documents in a Tropicalia project.
Available Parameters:
query: Search query text (required)strategy: 'hybrid' | 'neural' | 'keyword' (default: hybrid)expand_query: Generate query variations for better recall (default: false)generate_answer: AI-generated completion from results (default: true)limit: Maximum results 1-300 (default: 50)include_sources: Include source documents in response (default: true)
Natural Language Examples:
"Use neural search for semantic similarity" → strategy: "neural"
"Search without expanding the query" → expand_query: false
"Just return results, no AI summary" → generate_answer: false
"Get more results" → limit: 100
"Only give me the answer" → include_sources: false
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum results (1-300, default: 50) | |
| query | Yes | Search query text | |
| strategy | No | Retrieval strategy: 'hybrid' (default), 'neural' for semantic, 'keyword' for exact match | |
| expand_query | No | Generate query variations for better recall (default: false) | |
| generate_answer | No | Generate AI answer from results (default: true) | |
| include_sources | No | Include source documents in response (default: true) |