← INDEX / № 01
2025Personal project● active

Project Aeon: Local-First Assistant Platform

An assistant platform where your data never leaves your machine. Vector search over local documents, a local LLM runtime through Ollama, and clean boundaries between the API, vector store, and UI.

§ · images
§ · tl;dr

A local-first RAG platform so your documents never leave the machine. FastAPI orchestrates, ChromaDB stores and searches, Ollama runs the model. The hard part isn't plumbing; it's getting retrieval quality right with models that can't brute-force relevance.

§ · stack
FastAPI + ChromaDB + Vue 3 + TypeScript + Naive UI + Ollama
§ · notes