-
Task
-
Resolution: Done
-
Blocker
-
15.0.0.Final
-
None
We want to make possible to project the score using Ickle, like the following
For vector queries:
select i, #(i) from Item i where i.floatVector <-> [7,7,7]~2
But also for all the other indexed queries:
select i, #(i) from Item i where i.text ~ `cat`