sidebar docs

This commit is contained in:
Alex Garcia 2024-08-10 10:31:52 -07:00
parent f123d4a162
commit 7a1259e144
2 changed files with 2 additions and 1 deletions

View file

@ -157,6 +157,7 @@ function sidebar(): DefaultTheme.SidebarItem[] {
{ text: "Browser (WASM)", link: "/wasm" }, { text: "Browser (WASM)", link: "/wasm" },
{ text: "Datasette", link: "/datasette" }, { text: "Datasette", link: "/datasette" },
{ text: "sqlite-utils", link: "/sqlite-utils" }, { text: "sqlite-utils", link: "/sqlite-utils" },
{ text: "rqlite", link: "/rqlite" },
], ],
}, },
{ {

View file

@ -10,7 +10,7 @@ curl -L https://github.com/asg017/sqlite-vec/releases/download/v0.1.1/sqlite-vec
rqlited -extensions-path=sqlite-vec.tar.gz data rqlited -extensions-path=sqlite-vec.tar.gz data
``` ```
Once loaded you can use sqlite-vec functionality within rqlite. For example, you can perform searches via the [rqlite shell](https://rqlite.io/docs/cli/): Once loaded you can use `sqlite-vec` functionality within rqlite. For example, you can perform searches via the [rqlite shell](https://rqlite.io/docs/cli/):
``` ```
$ rqlite $ rqlite