khoj

Homepage: https://github.com/khoj-ai/khoj/tree/master/src/interface/emacs

Author: Debanjum Singh Solanky, Saba Imran

Updated:

Summary

Your Second Brain

Commentary

Bootstrap your Second Brain from your `org-mode', `markdown' notes,
PDFs and images. Khoj exposes 2 modes, search and chat:

Chat provides faster answers, iterative discovery and assisted
creativity.

Search allows natural language, incremental search.

Quickstart
-------------
1. Install khoj.el from MELPA Stable
   (use-package khoj :pin melpa-stable :bind ("C-c s" . 'khoj))
2. Set API key from https://app.khoj.dev/settings#clients (if not self-hosting)
   (setq khoj-api-key "YOUR_KHOJ_API_KEY")
2. Start khoj from Emacs
   C-c s or M-x khoj

See the repository docs for detailed setup and configuration steps.

Dependencies