mirror of
https://github.com/khoj-ai/khoj.git
synced 2025-02-17 08:04:21 +00:00
Update Demo with Install, Configure and Search shown
Demo contains: - Setup using pip - Configure using Desktop GUI - Search via Web and Emacs interfaces
This commit is contained in:
parent
7fc8672666
commit
a482c2a8b0
1 changed files with 6 additions and 4 deletions
10
Readme.md
10
Readme.md
|
@ -45,17 +45,19 @@
|
|||
|
||||
## Demo
|
||||
|
||||
<https://user-images.githubusercontent.com/6413477/181664862-31565b0a-0e64-47e1-a79a-599dfc486c74.mp4>
|
||||
https://user-images.githubusercontent.com/6413477/184735169-92c78bf1-d827-4663-9087-a1ea194b8f4b.mp4
|
||||
|
||||
### Description
|
||||
|
||||
- User searches for \"*Setup editor*\"
|
||||
- The demo looks for the most relevant section in this readme and the [khoj.el readme](https://github.com/debanjum/khoj/tree/master/src/interface/emacs)
|
||||
- Install Khoj via pip
|
||||
- Start Khoj app
|
||||
- Add this readme and [khoj.el readme](https://github.com/debanjum/khoj/tree/master/src/interface/emacs) as org-mode for Khoj to index
|
||||
- Search \"*Setup editor*\" on the Web and Emacs. Re-rank the results for better accuracy
|
||||
- Top result is what we are looking for, the [section to Install Khoj.el on Emacs](https://github.com/debanjum/khoj/tree/master/src/interface/emacs#installation)
|
||||
|
||||
### Analysis
|
||||
|
||||
- The results do not have any words used in the query
|
||||
- The top result does not have any words used in the query
|
||||
- *Based on the top result it seems the re-ranking model understands that Emacs is an editor?*
|
||||
- The results incrementally update as the query is entered
|
||||
- The results are re-ranked, for better accuracy, once user hits enter
|
||||
|
|
Loading…
Add table
Reference in a new issue