mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 16:56:27 +02:00
31 lines
735 B
SQL
31 lines
735 B
SQL
.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;
|