RelataDB error reference

Vector budget exceeded

Vector search `k` exceeds the configured maximum.

REL_VECTOR_BUDGETHTTP 406Resource limits

Why this happens

`LIMIT k` is above `RELATA_MAX_VECTOR_K`.

How to fix it

Lower the requested LIMIT, or raise/disable the cap via RELATA_MAX_VECTOR_K=0.

Related configuration

RELATA_MAX_VECTOR_K

Also emitted as

Every RelataDB error carries a correlation_id (UUIDv7). Cite it when reporting — ops cannot trace the request without it. See reporting errors.