khoj-ai / khoj

Your AI second brain. Self-hostable. Get answers from the web or your docs. Build custom agents, schedule automations, do deep research. Turn any online or local LLM into your personal, autonomous AI (e.g gpt, claude, gemini, llama, qwen, mistral).
https://khoj.dev
GNU Affero General Public License v3.0
14.27k stars 707 forks source link

Feature Request: Support idle incremental search from emacs #480

Closed HyunggyuJang closed 1 year ago

HyunggyuJang commented 1 year ago

Currently searching engine for notes immediately sends query to the server per each typed character. It lags typing from emacs side, and also quite inefficient.

As what usually done from search engine. Let's wait until the user stopped typing the search by detecting idle moment.