Local Ai
Built a personal memory system using Ollama + qwen2.5:7b - queries your entire life history via RAG (AetherMind)
AetherMind is a locally-run personal memory system built by a Reddit user (r/ollama) that leverages Ollama with the `qwen2.5:7b` model and Retrieval-Augmented Generation (RAG) to allow users to query
AetherMind is a locally-run personal memory system built by a Reddit user (r/ollama) that leverages Ollama with the qwen2.5:7b model and Retrieval-Augmented Generation (RAG) to allow users to query their entire personal life history — such as journals, notes, and logs — through natural language. The system ingests and embeds a user's personal data into a vector store, then retrieves relevant context at query time to generate grounded, memory-aware responses entirely on-device. Because it runs locally via Ollama, all data remains private with no reliance on external APIs or cloud services.
Related
- I got tired of writing massive prompts, so I built a local RAG engine to automatically translate simple ideas into perfect FLUX/Pony/Illustrious dialects.
- How are you feeding personal context to your local models?
- I built a layer on top of Ollama that turns any spare PC into a private JARVIS — voice, 29 automations, knowledge brain, dashboard. One command, pick your profile.
- Agents in Ollama and Langflow
- NO MORE PAYING FOR API! NEW SOLUTION!
Source: r/ollama | 2026-04-15