Skip to content

Commit

Permalink
doc android+ios
Browse files Browse the repository at this point in the history
  • Loading branch information
asg017 committed Sep 13, 2024
1 parent deb14a9 commit 992b433
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions site/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ function sidebar(): DefaultTheme.SidebarItem[] {
{ text: "Datasette", link: "/datasette" },
{ text: "sqlite-utils", link: "/sqlite-utils" },
{ text: "rqlite", link: "/rqlite" },
{ text: "Android+iOS", link: "/android-ios" },
],
},
{
Expand Down
9 changes: 9 additions & 0 deletions site/using/android-ios.md
Original file line number Diff line number Diff line change
@@ -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).

0 comments on commit 992b433

Please sign in to comment.