Skip to content

Releases: souravvoid/khoji

v1.0.1 (Production)

Choose a tag to compare

@souravvoid souravvoid released this 15 Jul 12:32

Overview

Khoji is a privacy-first, fully offline document assistant powered by local LLMs. Ingest PDFs, search semantically, chat with your documents — no API keys, no cloud, no data leaves your machine.

What's New

  • Self-contained AppImage (526 MB) — bundled Python venv + AI engine. No repo, no system Python, no dependencies needed.
  • Multi-turn chat with DB-backed session persistence across restarts.
  • Streaming IPC — real-time token streaming for chat and document progress.
  • Semantic search — hybrid keyword + embedding search across ingested documents.
  • Mind-map & Timeline — auto-generated document relationships and chronological views.
  • Model selection UI — choose between available GGUF models from Settings.
  • LLM fallback — when auto-selected GGUF fails to load, falls back gracefully to a working model.