一键导入
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 页面并帮你完成安装。
基于 SOC 职业分类
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.
| 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.