React Native RAG
Private, local RAGs. Supercharge LLMs with your own knowledge base
...It lets mobile apps enhance language models with the user’s own knowledge base while keeping retrieval local. The library is modular, so developers can choose pieces such as LLM, embeddings, vector store, and text splitter components. It is also extensible, allowing teams to implement their own interfaces when they need custom model or storage behavior. React Native RAG supports multiple integration styles, including a simple hook, a class-based API, and direct component usage. Its main value is giving React Native apps a privacy-friendly way to combine local knowledge retrieval with on-device AI workflows.