diff --git a/docs/_sidebar.md b/docs/_sidebar.md index 86cd4043..348b785a 100644 --- a/docs/_sidebar.md +++ b/docs/_sidebar.md @@ -6,7 +6,8 @@ - [Features](features.md) - [Chat](chat.md) - [Search](search.md) - - Interfaces + - Clients + - [Desktop](desktop.md) - [Obsidian](obsidian.md) - [Emacs](emacs.md) - [Web](web.md) diff --git a/docs/assets/khoj_chat_on_desktop.png b/docs/assets/khoj_chat_on_desktop.png new file mode 100644 index 00000000..e8c10718 Binary files /dev/null and b/docs/assets/khoj_chat_on_desktop.png differ diff --git a/docs/assets/khoj_search_on_desktop.png b/docs/assets/khoj_search_on_desktop.png new file mode 100644 index 00000000..1dc3231d Binary files /dev/null and b/docs/assets/khoj_search_on_desktop.png differ diff --git a/docs/desktop.md b/docs/desktop.md new file mode 100644 index 00000000..a28352db --- /dev/null +++ b/docs/desktop.md @@ -0,0 +1,23 @@ +

Khoj Logo Desktop

+ +> An AI copilot for your Second Brain + +## Features +- **Chat** + - **Faster answers**: Find answers quickly, from your private notes or the public internet + - **Assisted creativity**: Smoothly weave across retrieving answers and generating content + - **Iterative discovery**: Iteratively explore and re-discover your notes +- **Search** + - **Natural**: Advanced natural language understanding using Transformer based ML Models + - **Incremental**: Incremental search for a fast, search-as-you-type experience + +## Setup + +1. Install the [Khoj Desktop app](https://khoj.dev/downloads) for your OS +2. Generate an API key on the [Khoj Web App](https://app.khoj.dev/config#clients) +3. Set your Khoj API Key on the *Settings* page of the Khoj Desktop app +4. [Optional] Add any files, folders you'd like Khoj to be aware of on the *Settings* page and Click *Save* + +## Interface +![](./assets/khoj_chat_on_desktop.png ':size=600px') +![](./assets/khoj_search_on_desktop.png ':size=600px')