search_status
Check if search_framework runs BM25-only or hybrid retrieval, and see why the mode is set, e.g., missing semantic extra or model load failure. Diagnose search configuration issues.
Instructions
Report search_framework's active retrieval mode: whether it is BM25-only
(lexical) or fused with dense semantic search (hybrid), and why -- e.g. the
semantic extra is not installed, or a model failed to load.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | Yes | ||
| model | No | ||
| semantic_status | Yes | ||
| semantic_enabled | Yes |