/top/
/new/
/best/
/ask/
/show/
/job/
^
slacker news
login
about
←back to thread
Retrieval Augmented Generation Based on SQLite
(github.com)
86 points
emzo
| 3 comments |
24 Jun 25 09:11 UTC
|
HN request time: 0.422s
|
source
1.
almosthere
◴[
24 Jun 25 15:10 UTC
]
No.
44367090
[source]
▶
>>44364216 (OP)
#
Sqlite has an embedding search? Or is that being provided by this tool?
replies(2):
>>44367125
#
>>44370309
#
ID:
GO
2.
Octplane
◴[
24 Jun 25 15:13 UTC
]
No.
44367125
[source]
▶
>>44367090 (TP)
#
It's provided via
https://github.com/asg017/sqlite-vec
3.
ethan_smith
◴[
24 Jun 25 19:50 UTC
]
No.
44370309
[source]
▶
>>44367090 (TP)
#
SQLite itself doesn't have native embedding search, but extensions like sqlite-vss and sqlite-vectorize add vector similarity search capabilities to SQLite.
↑