A demonstration of a full local RAG (LLM + Vector DB + Embeddings) on React Native
- Run
npm install --force
- Wait for database initialization
- Press "Seed Data" to generate embeddings
- Customize source data in
DatabaseService.ts
- Customize source data in
- Wait for embedding insertion to complete
- Start chatting - the system will retrieve relevant context using cosine similarity