mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 08:46:49 +02:00
32 lines
735 B
MySQL
32 lines
735 B
MySQL
|
|
.timer on
|
||
|
|
|
||
|
|
select rowid, distance
|
||
|
|
from vec_items
|
||
|
|
where embedding match (select embedding from vec_items where rowid = 100)
|
||
|
|
and k = :k
|
||
|
|
order by distance;
|
||
|
|
|
||
|
|
select rowid, distance
|
||
|
|
from vec_items
|
||
|
|
where embedding match (select embedding from vec_items where rowid = 100)
|
||
|
|
and k = :k
|
||
|
|
order by distance;
|
||
|
|
|
||
|
|
select rowid, distance
|
||
|
|
from vec_items
|
||
|
|
where embedding match (select embedding from vec_items where rowid = 100)
|
||
|
|
and k = :k
|
||
|
|
order by distance;
|
||
|
|
|
||
|
|
select rowid, distance
|
||
|
|
from vec_items
|
||
|
|
where embedding match (select embedding from vec_items where rowid = 100)
|
||
|
|
and k = :k
|
||
|
|
order by distance;
|
||
|
|
|
||
|
|
select rowid, distance
|
||
|
|
from vec_items
|
||
|
|
where embedding match (select embedding from vec_items where rowid = 100)
|
||
|
|
and k = :k
|
||
|
|
order by distance;
|