Add Screenshots of Khoj Chat Interface on Emacs, Obsidian to Readmes

This commit is contained in:
Debanjum Singh Solanky
2023-04-07 23:13:38 +07:00
parent 35aa06067f
commit 453c84ab79
3 changed files with 14 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 302 KiB

View File

@@ -32,8 +32,12 @@
- *Assisted creativity*: Smoothly weave across answer retrieval and content generation - *Assisted creativity*: Smoothly weave across answer retrieval and content generation
** Interface ** Interface
*** Search UI
[[/docs/khoj_on_emacs.png]] [[/docs/khoj_on_emacs.png]]
*** Chat UI
[[/docs/khoj_chat_on_emacs_0.5.0.png]]
** Setup ** Setup
- /Make sure [[https://realpython.com/installing-python/][python]] (version 3.10 or lower) and [[https://pip.pypa.io/en/stable/installation/][pip]] are installed on your machine/ - /Make sure [[https://realpython.com/installing-python/][python]] (version 3.10 or lower) and [[https://pip.pypa.io/en/stable/installation/][pip]] are installed on your machine/

View File

@@ -5,8 +5,10 @@
- [Features](#Features) - [Features](#Features)
- [Demo](#Demo) - [Demo](#Demo)
- [Description](#Description) - [Search Demo](#Search-Demo)
- [Interface](#Interface) - [Interfaces](#Interfaces)
- [Search Modal](#Search-Modal)
- [Chat Modal](#Chat-Modal)
- [Setup](#Setup) - [Setup](#Setup)
- [Setup Backend](#1-Setup-Backend) - [Setup Backend](#1-Setup-Backend)
- [Setup Plugin](#2-Setup-Plugin) - [Setup Plugin](#2-Setup-Plugin)
@@ -32,6 +34,7 @@
- **Assisted creativity**: Smoothly weave across answers retrieval and content generation - **Assisted creativity**: Smoothly weave across answers retrieval and content generation
## Demo ## Demo
### Search Demo
https://user-images.githubusercontent.com/6413477/210486007-36ee3407-e6aa-4185-8a26-b0bfc0a4344f.mp4 https://user-images.githubusercontent.com/6413477/210486007-36ee3407-e6aa-4185-8a26-b0bfc0a4344f.mp4
<details><summary>Description</summary> <details><summary>Description</summary>
@@ -46,9 +49,13 @@ https://user-images.githubusercontent.com/6413477/210486007-36ee3407-e6aa-4185-8
</details> </details>
### Interface ## Interfaces
### Search Modal
![](https://github.com/debanjum/khoj/blob/master/src/interface/obsidian/docs/khoj_on_obsidian_0.2.5.png?) ![](https://github.com/debanjum/khoj/blob/master/src/interface/obsidian/docs/khoj_on_obsidian_0.2.5.png?)
### Chat Modal
![](https://github.com/debanjum/khoj/blob/master/src/interface/obsidian/docs/khoj_chat_on_obsidian_0.6.0.png?)
## Setup ## Setup
- *Make sure [python](https://realpython.com/installing-python/) (version 3.10 or lower) and [pip](https://pip.pypa.io/en/stable/installation/) are installed on your machine* - *Make sure [python](https://realpython.com/installing-python/) (version 3.10 or lower) and [pip](https://pip.pypa.io/en/stable/installation/) are installed on your machine*
- *Ensure you follow the ordering of the setup steps. Install the plugin after starting the khoj backend. This allows the plugin to configure the khoj backend* - *Ensure you follow the ordering of the setup steps. Install the plugin after starting the khoj backend. This allows the plugin to configure the khoj backend*