← All Use Cases

Personal Notes AI

Query your Obsidian notes with a local LLM. Private, offline, no API keys required.

What you'll have running

  • ✅ A personal AI that knows your notes
  • ✅ Ask questions across all your documents
  • ✅ Runs locally with no data leaving your machine
  • ✅ Built and running in one afternoon

Clone and run

git clone https://github.com/devopsballog25-pixel/personal-notes-ai

Source code

View on GitHub →

Build walkthrough

Video coming soon

How it works

Drop your Obsidian markdown files in the notes/ folder, run python ingest.py to build the vector index, then python agent.py to start a conversational interface over your notes. Supports multi-turn conversation, semantic search across all your notes, and tag-based filtering. Nothing leaves your machine — embeddings and inference run locally via ollama. Built as a fork of local-ai-file-reader, repositioned for personal knowledge management.

Built on

Local Zero-Cost AI Agent Stack →