Skip to content

Releases: SharadhNaidu/PocketRag

v0.1.1

19 May 22:49

Choose a tag to compare

Fix: query bubble stays visible while the model is responding.

PocketRAG v0.1.0 — first cut

19 May 13:17

Choose a tag to compare

First public release of PocketRAG.

Install: download PocketRAG-v0.1.0.apk below and sideload on Android 10+. Open the app, go to Settings, and download a model (Gemma 3 1B is the fastest to start).

What's in this build

  • Full on-device RAG: chunk → embed → retrieve → answer, all local.
  • PDF, .txt, .md, .docx ingest.
  • Workspaces with separate documents, conversations, and system prompts.
  • Gemini-style conversation drawer.
  • Built-in model catalog (Gemma 3 1B, Qwen 2.5 1.5B, Gemma 2 2B, Gemma 3n E2B, Phi-4 Mini) hosted on Hugging Face.
  • Prompt presets: Balanced, Strict RAG, Tutor, Summarizer, Code Reviewer.

Notes

  • Debug-signed APK. Production-signed release will follow.
  • CPU-only inference for now — GPU is disabled because of an OEM watchdog issue.