-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
Sqlite-vector extension only accepts either
- a literal vector blob (X'…'), or
- a scalar sub‑select that returns exactly one vector
as the 3rd argument to vector_quantize_scan. It does not accept a column reference (base.vec) or a join expression. That’s why all the CTE/column‑based attempts keep failing with xBestIndex malfunction.
Metadata
Metadata
Assignees
Labels
No labels