Add sqlite-vec extension support

This commit is contained in:
Spxg
2025-11-11 01:15:53 +08:00
parent c49c2f949c
commit 0b037add72

View File

@@ -12,6 +12,12 @@ Users who have used [rust playground](https://play.rust-lang.org) will feel very
Because the layout and component design are derived from it, but rewritten using [leptos](https://leptos.dev).
## Extensions Supported
|Extension|About|
|-|-|
|[sqlite-vec](https://crates.io/crates/sqlite-wasm-vec)|A vector search SQLite extension that runs anywhere!|
## Local deployment
```sh
@@ -23,3 +29,5 @@ cargo install trunk --locked
# The product is in the dist folder
trunk build --release
```