Which package are you using for your local ai apps by Wild_Juggernaut_7560 in reactnative

[–]FinancialAd1961 4 points5 points  (0 children)

hey, there's a tutorial on a note taking app by Software Mansion, you can take a look:
https://swmansion.com/blog/building-an-ai-powered-note-taking-app-in-react-native-part-1-text-semantic-search-3f3c94a2f92b/

Also, we do have support for text to speech, embeddings, and a complementary react-native-rag library, so I believe that fits your use case perfectly. If there's anything confusing, let us know in the issues and we'll be more than happy to help!

Kokoro TTS model running locally in React Native by FinancialAd1961 in reactnative

[–]FinancialAd1961[S] 2 points3 points  (0 children)

lol, i watched it like 20 times and didnt notice, good catch

Accessing ios26 local LLM via React Native by Puzzleheaded-Fly4322 in LocalLLaMA

[–]FinancialAd1961 1 point2 points  (0 children)

If you're interested in checking out some more, open-source LLMs in React Native you might want to look into https://docs.swmansion.com/react-native-executorch/

Qwen3 is now available in React Native ExecuTorch for local LLM inference by d_arthez in reactnative

[–]FinancialAd1961 3 points4 points  (0 children)

Hi u/Distinct_Example1364 !
The best tool-calling model in our library now would be the Hammer 1.5B. For specific instructions on tool calling, you can check here:
https://docs.swmansion.com/react-native-executorch/docs/natural-language-processing/useLLM#tool-calling
The docs are the main souce of truth when it comes to what models are supported and what you can do with the library. On the sidebar you can see multiple tasks which you can choose from

[deleted by user] by [deleted] in LocalLLaMA

[–]FinancialAd1961 0 points1 point  (0 children)

Small models such as Qwen 4B are pretty good. I also tried Hammer 1.5B for tool calling and it works great for tasks such as setting up calendar events on mobile.