mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 00:36:56 +02:00
fix versioning link
This commit is contained in:
parent
e379c205c8
commit
5766210229
2 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ export default {
|
||||||
// https://vitepress.dev/guide/extending-default-theme#layout-slots
|
// https://vitepress.dev/guide/extending-default-theme#layout-slots
|
||||||
"layout-top": () =>
|
"layout-top": () =>
|
||||||
h("marquee", { class: "banner", scrollamount: "10" }, [
|
h("marquee", { class: "banner", scrollamount: "10" }, [
|
||||||
"🚧🚧🚧 sqlite-vec is still in beta, and this documentation is incomplete! Watch the repo for updates 🚧🚧🚧",
|
"🚧🚧🚧 This documentation is a work-in-progress! 🚧🚧🚧",
|
||||||
]),
|
]),
|
||||||
//"home-hero-image": () => h(HeroImg),
|
//"home-hero-image": () => h(HeroImg),
|
||||||
"aside-ads-before": () => h(Sponsors),
|
"aside-ads-before": () => h(Sponsors),
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@ It's not possibly to dynamically load a SQLite extension into a WASM build of SQ
|
||||||
|
|
||||||
## The `sqlite-vec-wasm-demo` NPM package
|
## The `sqlite-vec-wasm-demo` NPM package
|
||||||
|
|
||||||
A **demonstration** of `sqlite-vec` in WASM is provided with the `sqlite-vec-wasm-demo` NPM package. This package is a demonstration and may change at any time. It doesn't follow the [Semantic version of `sqlite-vec`](../versioning.md).
|
A **demonstration** of `sqlite-vec` in WASM is provided with the `sqlite-vec-wasm-demo` NPM package. This package is a demonstration and may change at any time. It doesn't follow the [Semantic version of `sqlite-vec`](./versioning.md).
|
||||||
|
|
||||||
|
|
||||||
See
|
See
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue