LLM Wiki
ActiveDescription
llm_wiki is an open-source personal Wiki knowledge base combining LLMs with vector retrieval, used as agent long-term memory and knowledge hub.
Key Features
- Structured wiki — maintain personal knowledge in Markdown
- Vectorized search — built-in ANN index for semantic search
- LLM dialog — chat with your wiki directly
- Graph view — visualize citations between entries
- Local-first — data and indexes stored locally
- Plugin extension — plug in external LLMs, knowledge sources and collab tools
Use Cases
💡 Long-term memory and knowledge hub for AI agents
💡 Building structured personal / team knowledge bases
💡 Semantic search across project history, notes and reading notes
💡 Treating Wiki content as private external material for RAG
Tags
Categories
Quick Start
git clone https://github.com/nashsu/llm_wiki.git
cd llm_wiki
pip install -r requirements.txt
uvicorn app.main:app --reload