원클릭으로
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.