brimdata / zed

A novel data lake based on super-structured data
https://zed.brimdata.io/
BSD 3-Clause "New" or "Revised" License
1.38k stars 67 forks source link

vector search: Fix fields selector #5088

Closed mattnibs closed 6 months ago

mattnibs commented 6 months ago

Fix an issue with vector search where all fields where getting selected for the vector search portion of every search. Use optimizer.FieldsOf instead of the demand package.