reqs_embedding_stats
Check embedding coverage for requirements to reveal how many have vectors, dimension counts, and mixed widths. Detect mixed embedding models that can silently exclude rows from similarity search.
Instructions
Report on embedding coverage --- how many requirements have embeddings.
This tool takes no input at all, so it is not a privacy surface and carries no precondition block of its own; that is said explicitly rather than left as an omission a reader has to interpret.
Beyond coverage it reports dimensions --- which vector widths this
tracker actually holds, and how many rows each --- plus mixed, true
when there is more than one. That is the channel for noticing a tracker
that received vectors from two different embedding models:
reqs_search_similar silently excludes rows of a width other than your
query's, and being able to see the split here is what keeps that from
looking like "nothing is similar". Both keys are always present; an
empty dimensions list means no vectors are stored, never that the
check did not run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||