An open API service indexing awesome lists of open source software.

https://github.com/do-me/tauri-embedanything-ios

Test repo
https://github.com/do-me/tauri-embedanything-ios

Last synced: 22 days ago
JSON representation

Test repo

Awesome Lists containing this project

README

        

A dirty fork of https://github.com/inro-digital/tauri-offline-maps for the wonderful working deno config.
This repo is just thought for testing how to generate embeddings in Rust with tauri on iOS (works fine on MacOS).

```sh
# install deno
curl -fsSL https://deno.land/install.sh | sh

# use nightly
rustup override set nightly

# change the hf hub token in lib.rs

# Run App
deno task dev

# iOS
cargo tauri ios init

cargo tauri ios dev --open
# this will fail but open xcode and set your dev team for signing, then

cargo tauri ios dev
```

Current error:

Error: 1/0 error Operation not permitted (os error 1)

image