# brain **Repository Path**: lee26/brain ## Basic Information - **Project Name**: brain - **Description**: ai本地知识库 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-07-02 - **Last Updated**: 2026-07-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # brain Local-first personal knowledge base for Markdown notes, search, AI retrieval, and static publishing. ## What is included - Local Markdown vault - File scanning - Basic full-text style search - REST API - Refresh endpoint for reindexing ## Quick start ```bash cd /Users/lichao/IdeaProjects/ai-tech/brain mvn spring-boot:run ``` Open: - `http://localhost:8080/` - `http://localhost:8080/api/health` - `http://localhost:8080/api/documents` - `http://localhost:8080/api/search?q=brain` ## Vault layout ```text vault/ inbox/ notes/ summaries/ projects/ published/ attachments/ ``` ## Next steps 1. Add Lucene indexing 2. Add vector search 3. Add RAG 4. Add Hugo publishing