mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-26 01:06:27 +02:00
sidebar docs
This commit is contained in:
parent
f123d4a162
commit
7a1259e144
2 changed files with 2 additions and 1 deletions
|
|
@ -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" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue