denoland / deno

A modern runtime for JavaScript and TypeScript.
https://deno.com
MIT License
93.36k stars 5.18k forks source link

Deno.KV - Semantic Vector Search #21628

Open 7flash opened 6 months ago

7flash commented 6 months ago

Since Deno.KV is based on sqlite I think it might be possible to extend similarly as done with https://github.com/asg017/sqlite-vss then add method Deno.KV.search similarly to Deno.KV.list to perform semantic search given a query value and optional key prefix

quick007 commented 5 months ago

I would love this feature! Searching is a huge pain point for KV at the moment, and having an easy way to do it would be amazing.