[wip]
Obsidian Second Brain
A knowledge management system using Obsidian, synced to a website with LLM-powered semantic search and chat.
ObsidianVercel AI SDKVector StoreRAG
Overview
Turning an Obsidian vault into an interactive, searchable knowledge base accessible through the web. Uses RAG (Retrieval-Augmented Generation) to let you chat with your notes using any LLM provider.
How It Works
- Obsidian vault synced to a GitHub repository
- Notes are chunked and embedded into a vector store
- Semantic search finds relevant notes for any query
- LLM generates answers grounded in your actual notes
Goals
- Browse vault notes directly on the website
- Chat with your knowledge base using Claude, GPT, or local models
- Toggle between LLM providers seamlessly
- Keep everything private behind authentication