plur_inject_hybrid
Selects relevant context for a given task using a hybrid of BM25 and embedding retrieval, falling back to BM25 when embeddings are unavailable.
Instructions
Hybrid injection — BM25 + embeddings for better context selection. Falls back to BM25 if embeddings unavailable. Best default for injection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | The task description to inject context for | |
| scope | No | Scope filter for engram selection | |
| budget | No | Token budget for injection (default 2000) |