analyze_document
Analyze large documents by breaking them into chunks and processing in parallel with multiple AI models to summarize, extract information, answer questions, or search content.
Instructions
Analyze large documents using parallel processing with multiple model instances
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Model to use for analysis | google/gemma-3n-e4b-it |
| query | No | Optional query to focus the analysis | |
| overlap | No | Overlap between chunks in characters | |
| document | Yes | Document content to analyze | |
| chunk_size | No | Size of each chunk in characters | |
| max_tokens | No | Maximum tokens per chunk analysis | |
| temperature | No | Temperature for response generation | |
| analysis_type | No | Type of analysis to perform | summarize |
| parallel_instances | No | Number of parallel instances (max 5) |