mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-28 10:26:35 +02:00
doc android+ios
This commit is contained in:
parent
deb14a9fcd
commit
992b4333c1
2 changed files with 10 additions and 0 deletions
|
|
@ -158,6 +158,7 @@ function sidebar(): DefaultTheme.SidebarItem[] {
|
||||||
{ text: "Datasette", link: "/datasette" },
|
{ text: "Datasette", link: "/datasette" },
|
||||||
{ text: "sqlite-utils", link: "/sqlite-utils" },
|
{ text: "sqlite-utils", link: "/sqlite-utils" },
|
||||||
{ text: "rqlite", link: "/rqlite" },
|
{ text: "rqlite", link: "/rqlite" },
|
||||||
|
{ text: "Android+iOS", link: "/android-ios" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
9
site/using/android-ios.md
Normal file
9
site/using/android-ios.md
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
# `sqlite-vec` on Android and iOS devices
|
||||||
|
|
||||||
|
`sqlite-vec` can run on mobile devices like Android and iOS. As of `v0.1.2`, We publish pre-compiled loadable library for both platforms to [our Github Releases](https://github.com/asg017/sqlite-vec/releases).
|
||||||
|
|
||||||
|
You can drop those files into your Android Studio or XCode projects as needed. We eventually will also include [`.aar` file support](https://github.com/asg017/sqlite-vec/issues/102) and [`.xvframework`](https://github.com/asg017/sqlite-vec/issues/103) support in future releases.
|
||||||
|
|
||||||
|
If you have any feedback or ideas on how we can better support Android/iOS projects, please [file an issue](https://github.com/asg017/sqlite-vec/issues/new).
|
||||||
|
|
||||||
|
Also consider [`op-sqlite`](https://github.com/OP-Engineering/op-sqlite) for React Native, which [has builtin support for `sqlite-vec`](https://ospfranco.notion.site/Installation-93044890aa3d4d14b6c525ba4ba8686f#:~:text=sqliteVec%20enables%20sqlite%2Dvec%2C%20an%20extension%20for%20RAG%20embeddings).
|
||||||
Loading…
Add table
Add a link
Reference in a new issue