ワンクリックで
android-rag-local
Implement local Retrieval-Augmented Generation using Room and Vector embeddings.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Implement local Retrieval-Augmented Generation using Room and Vector embeddings.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Handling Bluetooth Low Energy, flow wrappers, and Android 12+ permissions.
Seamless integration of CameraX with Google ML Kit for vision tasks.
Deep-dive skills for banking and healthcare apps.
Use when integrating Google Gemini Nano via AICore for on-device ML.
Automated UIAutomator tests and Hardware mocking setup.
Expanding KMP shared UI to cover Compose Multiplatform edge-cases.
SOC 職業分類に基づく
| name | android-rag-local |
| description | Implement local Retrieval-Augmented Generation using Room and Vector embeddings. |
| category | ai-native |
| risk | high |
| source | community |
| date_added | 2026-04-07 |
| metadata | {"triggers":["@rag","vector database","local search"]} |
Retrieval-Augmented Generation (RAG) on Edge devices provides privacy-first, low-latency contextual intelligence. Instead of using cloud Pinecone/Weaviate, this skill enforces local vector embeddings via Room or SQLite.
sqlite-vss.SELECT * FROM tbl ORDER BY VECTOR_DISTANCE() securely out of the box without specific extensions.