oldmoe / litestack

MIT License
1.15k stars 65 forks source link

Is vector search on the radar at all? #132

Open timuckun opened 1 month ago

timuckun commented 1 month ago

Failing that is there a way to install extensions to the litedb manually?

oldmoe commented 1 month ago

It is on the radar, which specific extension are you considering?

On Mon, Sep 30, 2024, 13:23 Tim Uckun @.***> wrote:

Failing that is there a way to install extensions to the litedb manually?

— Reply to this email directly, view it on GitHub https://github.com/oldmoe/litestack/issues/132, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAEQZRXKMT4BAZGPXID7DDZZEYDTAVCNFSM6AAAAABPDB4LR6VHI2DSMVQWIX3LMV43ASLTON2WKOZSGU2TMMZVGE2TINY . You are receiving this because you are subscribed to this thread.Message ID: @.***>

timuckun commented 1 month ago

I was thinking about sqlite-vec https://github.com/asg017/sqlite-vec which is a successor to sqlite-vss. The only other one I know is turso but libsqlite doesn't have ruby drivers. If I want to use Turso I would have to use python, js, or go which is a shame.

As a general rule though is there a way to use sqlite extensions with litedb driver?

oldmoe commented 1 month ago

I was also looking at https://github.com/1yefuwang1/vectorlite but really had no time to evaluate any of the solutions so far. I hope I get around to that soon enough

On Tue, 1 Oct 2024 at 05:20, Tim Uckun @.***> wrote:

I was thinking about sqlite-vec https://github.com/asg017/sqlite-vec which is a successor to sqlite-vss. The only other one I know is turso but libsqlite doesn't have ruby drivers. If I want to use Turso I would have to use python, js, or go which is a shame.

— Reply to this email directly, view it on GitHub https://github.com/oldmoe/litestack/issues/132#issuecomment-2384700787, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAEQZQXMKL34GE4TQEUM2TZZIIJFAVCNFSM6AAAAABPDB4LR6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOBUG4YDANZYG4 . You are receiving this because you commented.Message ID: @.***>

timuckun commented 1 month ago

I hadn't heard of that one. I ran into sqlite-vec because it has ruby drivers and a gem to install it.