Desktop app for local AI with RAG and Markdown note support
Top 26.3% on sourcepulse
Klee provides a secure, local AI desktop application with integrated Retrieval-Augmented Generation (RAG) and Markdown note-taking capabilities. It targets users prioritizing privacy and offline AI functionality, offering a desktop experience powered by local LLMs.
How It Works
Klee leverages Ollama for efficient local LLM execution and LlamaIndex as its data framework for RAG. This combination allows users to interact with AI models and their personal knowledge base without relying on external cloud services, ensuring data privacy and enabling offline use.
Quick Start & Requirements
klee-client
repository, run yarn install
, configure .env
variables, and set up the klee-service
backend. Start with yarn dev
.klee-service
backend (defaulting to http://localhost:6190
).Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
klee-service
), adding complexity to the initial setup.4 months ago
Inactive