queue_entity_extraction
Queue a document for asynchronous entity extraction. Returns a job ID to track progress while processing runs in the background.
Instructions
Queue a document for background entity extraction. Extraction happens asynchronously without blocking. Use this to extract entities from documents without waiting for LLM processing. Returns job ID for tracking progress.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | Document ID to extract entities from | |
| confidence_threshold | No | Minimum confidence threshold (0.0-1.0, default: 0.6) | |
| skip_if_exists | No | Skip if entities already exist or job is queued (default: true) |