mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 23:48:56 +01:00
Update documentation to reflect new multi-user config scenario (#550)
- Update docs to show how to use Khoj Cloud - Move self-hosting Khoj to separate section - Add page to setup Desktop app - Set default URL to Khoj Cloud URL in Obsidian, Emacs clients
This commit is contained in:
commit
736744be3a
24 changed files with 306 additions and 326 deletions
|
@ -9,7 +9,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<b>An AI personal assistant for your digital brain</b>
|
<b>An AI copilot for your Second Brain</b>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -24,30 +24,29 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
## Introduction
|
## Introduction
|
||||||
Welcome to the Khoj Docs! This is the best place to [get started](./setup.md) with Khoj.
|
Welcome to the Khoj Docs! This is the best place to get setup and explore Khoj's features.
|
||||||
|
|
||||||
- Khoj is a desktop application to [search](./search.md) and [chat](./chat.md) with your notes, documents and images
|
- Khoj is an open source, personal AI
|
||||||
- It is an offline-first, open source AI personal assistant accessible from your [Emacs](./emacs.md), [Obsidian](./obsidian.md) or [Web browser](./web.md)
|
- You can [chat](chat.md) with it about anything. When relevant, it'll use any notes or documents you shared with it to respond
|
||||||
- It works with jpeg, markdown, [notion](./notion_integration.md) org-mode, pdf files and [github repositories](./github_integration.md)
|
- Quickly [find](search.md) relevant notes and documents using natural language
|
||||||
- If you have more questions, check out the [FAQ](https://faq.khoj.dev/) - it's a live Khoj instance indexing our Github repository!
|
- It understands pdf, plaintext, markdown, org-mode files, [notion pages](notion_integration.md) and [github repositories](github_integration.md)
|
||||||
|
- Access it from your [Emacs](emacs.md), [Obsidian](obsidian.md), [Web browser](web.md) or the [Khoj Desktop app](desktop.md)
|
||||||
|
- You can self-host Khoj on your consumer hardware or share it with your family, friends or team from your private cloud
|
||||||
|
|
||||||
## Quickstart
|
## Quickstart
|
||||||
[Click here](./setup.md) for full setup instructions
|
- [Try Khoj Cloud](https://app.khoj.dev) to get started quickly
|
||||||
|
- [Read these instructions](./setup.md) to self-host a private instance of Khoj
|
||||||
```shell
|
|
||||||
pip install khoj-assistant && khoj
|
|
||||||
```
|
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
<img src="https://docs.khoj.dev/assets/khoj_search_on_web.png" width="400px">
|
<img src="https://docs.khoj.dev/assets/khoj_search_on_web.png" width="400px">
|
||||||
<span> </span>
|
<span> </span>
|
||||||
<img src="https://docs.khoj.dev/assets/khoj_chat_on_web.png" width="400px">
|
<img src="https://docs.khoj.dev/assets/khoj_chat_on_web.png" width="400px">
|
||||||
|
|
||||||
#### [Search](./search.md)
|
#### [Search](search.md)
|
||||||
- **Local**: Your personal data stays local. All search and indexing is done on your machine.
|
- **Natural**: Use natural language queries to quickly find relevant notes and documents.
|
||||||
- **Incremental**: Incremental search for a fast, search-as-you-type experience
|
- **Incremental**: Incremental search for a fast, search-as-you-type experience
|
||||||
|
|
||||||
#### [Chat](./chat.md)
|
#### [Chat](chat.md)
|
||||||
- **Faster answers**: Find answers faster, smoother than search. No need to manually scan through your notes to find answers.
|
- **Faster answers**: Find answers faster, smoother than search. No need to manually scan through your notes to find answers.
|
||||||
- **Iterative discovery**: Iteratively explore and (re-)discover your notes
|
- **Iterative discovery**: Iteratively explore and (re-)discover your notes
|
||||||
- **Assisted creativity**: Smoothly weave across answers retrieval and content generation
|
- **Assisted creativity**: Smoothly weave across answers retrieval and content generation
|
||||||
|
|
|
@ -1,12 +1,13 @@
|
||||||
- Get Started
|
- Get Started
|
||||||
- [Overview](README.md)
|
- [Overview](README.md)
|
||||||
- [Install](setup.md)
|
- [Self-Host](setup.md)
|
||||||
- [Demos](demos.md)
|
- [Demos](demos.md)
|
||||||
- Use
|
- Use
|
||||||
- [Features](features.md)
|
- [Features](features.md)
|
||||||
- [Chat](chat.md)
|
- [Chat](chat.md)
|
||||||
- [Search](search.md)
|
- [Search](search.md)
|
||||||
- Interfaces
|
- Clients
|
||||||
|
- [Desktop](desktop.md)
|
||||||
- [Obsidian](obsidian.md)
|
- [Obsidian](obsidian.md)
|
||||||
- [Emacs](emacs.md)
|
- [Emacs](emacs.md)
|
||||||
- [Web](web.md)
|
- [Web](web.md)
|
||||||
|
|
|
@ -1,63 +1,11 @@
|
||||||
|
|
||||||
## Advanced Usage
|
## Advanced Usage
|
||||||
### Search across Different Languages
|
|
||||||
|
### Search across Different Languages (Self-Hosting)
|
||||||
To search for notes in multiple, different languages, you can use a [multi-lingual model](https://www.sbert.net/docs/pretrained_models.html#multi-lingual-models).<br />
|
To search for notes in multiple, different languages, you can use a [multi-lingual model](https://www.sbert.net/docs/pretrained_models.html#multi-lingual-models).<br />
|
||||||
For example, the [paraphrase-multilingual-MiniLM-L12-v2](https://huggingface.co/sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2) supports [50+ languages](https://www.sbert.net/docs/pretrained_models.html#:~:text=we%20used%20the%20following%2050%2B%20languages), has good search quality and speed. To use it:
|
For example, the [paraphrase-multilingual-MiniLM-L12-v2](https://huggingface.co/sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2) supports [50+ languages](https://www.sbert.net/docs/pretrained_models.html#:~:text=we%20used%20the%20following%2050%2B%20languages), has good search quality and speed. To use it:
|
||||||
1. Manually update `search-type > asymmetric > encoder` to `paraphrase-multilingual-MiniLM-L12-v2` in your `~/.khoj/khoj.yml` file for now. See diff of `khoj.yml` below for illustration:
|
1. Manually update the search config in server's admin settings page. Go to [the search config](http://localhost:42110/server/admin/database/searchmodelconfig/). Either create a new one, if none exists, or update the existing one. Set the bi_encoder to `sentence-transformers/multi-qa-MiniLM-L6-cos-v1` and the cross_encoder to `cross-encoder/ms-marco-MiniLM-L-6-v2`.
|
||||||
|
2. Regenerate your content index from all the relevant clients. This step is very important, as you'll need to re-encode all your content with the new model.
|
||||||
```diff
|
|
||||||
asymmetric:
|
|
||||||
- encoder: sentence-transformers/multi-qa-MiniLM-L6-cos-v1
|
|
||||||
+ encoder: paraphrase-multilingual-MiniLM-L12-v2
|
|
||||||
cross-encoder: cross-encoder/ms-marco-MiniLM-L-6-v2
|
|
||||||
model_directory: "~/.khoj/search/asymmetric/"
|
|
||||||
```
|
|
||||||
|
|
||||||
2. Regenerate your content index. For example, by opening [\<khoj-url\>/api/update?t=force](http://localhost:42110/api/update?t=force)
|
|
||||||
|
|
||||||
### Access Khoj on Mobile
|
|
||||||
1. [Setup Khoj](/#/setup) on your personal server. This can be any always-on machine, i.e an old computer, RaspberryPi(?) etc
|
|
||||||
2. [Install](https://tailscale.com/kb/installation/) [Tailscale](tailscale.com/) on your personal server and phone
|
|
||||||
3. Open the Khoj web interface of the server from your phone browser.<br /> It should be `http://tailscale-ip-of-server:42110` or `http://name-of-server:42110` if you've setup [MagicDNS](https://tailscale.com/kb/1081/magicdns/)
|
|
||||||
4. Click the [Add to Homescreen](https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps/Add_to_home_screen) button
|
|
||||||
5. Enjoy exploring your notes, documents and images from your phone!
|
|
||||||
|
|
||||||
![](./assets/khoj_pwa_android.png?)
|
|
||||||
|
|
||||||
### Use OpenAI Models for Search
|
|
||||||
#### Setup
|
|
||||||
1. Set `encoder-type`, `encoder` and `model-directory` under `asymmetric` and/or `symmetric` `search-type` in your `khoj.yml` (at `~/.khoj/khoj.yml`):
|
|
||||||
```diff
|
|
||||||
asymmetric:
|
|
||||||
- encoder: "sentence-transformers/multi-qa-MiniLM-L6-cos-v1"
|
|
||||||
+ encoder: text-embedding-ada-002
|
|
||||||
+ encoder-type: khoj.utils.models.OpenAI
|
|
||||||
cross-encoder: "cross-encoder/ms-marco-MiniLM-L-6-v2"
|
|
||||||
- encoder-type: sentence_transformers.SentenceTransformer
|
|
||||||
- model_directory: "~/.khoj/search/asymmetric/"
|
|
||||||
+ model-directory: null
|
|
||||||
```
|
|
||||||
2. [Setup your OpenAI API key in Khoj](/#/chat?id=setup)
|
|
||||||
3. Restart Khoj server to generate embeddings. It will take longer than with the offline search models.
|
|
||||||
|
|
||||||
#### Warnings
|
|
||||||
This configuration *uses an online model*
|
|
||||||
- It will **send all notes to OpenAI** to generate embeddings
|
|
||||||
- **All queries will be sent to OpenAI** when you search with Khoj
|
|
||||||
- You will be **charged by OpenAI** based on the total tokens processed
|
|
||||||
- It *requires an active internet connection* to search and index
|
|
||||||
|
|
||||||
### Bootstrap Khoj Search for Offline Usage later
|
|
||||||
|
|
||||||
You can bootstrap Khoj pre-emptively to run on machines that do not have internet access. An example use-case would be to run Khoj on an air-gapped machine.
|
|
||||||
Note: *Only search can currently run in fully offline mode, not chat.*
|
|
||||||
|
|
||||||
- With Internet
|
|
||||||
1. Manually download the [asymmetric text](https://huggingface.co/sentence-transformers/multi-qa-MiniLM-L6-cos-v1), [symmetric text](https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2) and [image search](https://huggingface.co/sentence-transformers/clip-ViT-B-32) models from HuggingFace
|
|
||||||
2. Pip install khoj (and dependencies) in an associated virtualenv. E.g `python -m venv .venv && source .venv/bin/activate && pip install khoj-assistant`
|
|
||||||
- Without Internet
|
|
||||||
1. Copy each of the search models into their respective folders, `asymmetric`, `symmetric` and `image` under the `~/.khoj/search/` directory on the air-gapped machine
|
|
||||||
2. Copy the khoj virtual environment directory onto the air-gapped machine, activate the environment and start and khoj as normal. E.g `source .venv/bin/activate && khoj`
|
|
||||||
|
|
||||||
### Query Filters
|
### Query Filters
|
||||||
|
|
||||||
|
|
BIN
docs/assets/khoj_chat_on_desktop.png
Normal file
BIN
docs/assets/khoj_chat_on_desktop.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 298 KiB |
BIN
docs/assets/khoj_search_on_desktop.png
Normal file
BIN
docs/assets/khoj_search_on_desktop.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 333 KiB |
21
docs/chat.md
21
docs/chat.md
|
@ -1,13 +1,13 @@
|
||||||
### Khoj Chat
|
## Khoj Chat
|
||||||
#### Overview
|
### Overview
|
||||||
- Creates a personal assistant for you to inquire and engage with your notes
|
- Creates a personal assistant for you to inquire and engage with your notes
|
||||||
- You can choose to use Online or Offline Chat depending on your requirements
|
- You can choose to use Online or Offline Chat depending on your requirements
|
||||||
- Supports multi-turn conversations with the relevant notes for context
|
- Supports multi-turn conversations with the relevant notes for context
|
||||||
- Shows reference notes used to generate a response
|
- Shows reference notes used to generate a response
|
||||||
|
|
||||||
### Setup
|
### Setup (Self-Hosting)
|
||||||
#### Offline Chat
|
#### Offline Chat
|
||||||
Offline chat stays completely private and works without internet. But it is slower, lower quality and more compute intensive.
|
Offline chat stays completely private and works without internet using open-source models.
|
||||||
|
|
||||||
> **System Requirements**:
|
> **System Requirements**:
|
||||||
> - Minimum 8 GB RAM. Recommend **16Gb VRAM**
|
> - Minimum 8 GB RAM. Recommend **16Gb VRAM**
|
||||||
|
@ -15,9 +15,10 @@ Offline chat stays completely private and works without internet. But it is slow
|
||||||
> - A CPU supporting [AVX or AVX2 instructions](https://en.wikipedia.org/wiki/Advanced_Vector_Extensions) is required
|
> - A CPU supporting [AVX or AVX2 instructions](https://en.wikipedia.org/wiki/Advanced_Vector_Extensions) is required
|
||||||
> - A Mac M1+ or [Vulcan supported GPU](https://vulkan.gpuinfo.org/) should significantly speed up chat response times
|
> - A Mac M1+ or [Vulcan supported GPU](https://vulkan.gpuinfo.org/) should significantly speed up chat response times
|
||||||
|
|
||||||
- Open your [Khoj settings](http://localhost:42110/config/) and click *Enable* on the Offline Chat card
|
1. Open your [Khoj offline settings](http://localhost:42110/server/admin/database/offlinechatprocessorconversationconfig/) and click *Enable* on the Offline Chat configuration.
|
||||||
|
2. Open your [Chat model options](http://localhost:42110/server/admin/database/chatmodeloptions/) and add a new option for the offline chat model you want to use. Make sure to use `Offline` as its type. We currently only support offline models that use the [Llama chat prompt](https://replicate.com/blog/how-to-prompt-llama#wrap-user-input-with-inst-inst-tags) format. We recommend using `mistral-7b-instruct-v0.1.Q4_0.gguf`.
|
||||||
|
|
||||||
![Configure offline chat](https://user-images.githubusercontent.com/6413477/257021364-8a2029f5-dc21-4de8-9af9-9ba6100d695c.mp4 ':include :type=mp4')
|
!> **Note**: Offline chat is not supported for a multi-user scenario. The host machine will encounter segmentation faults if multiple users try to use offline chat at the same time.
|
||||||
|
|
||||||
#### Online Chat
|
#### Online Chat
|
||||||
Online chat requires internet to use ChatGPT but is faster, higher quality and less compute intensive.
|
Online chat requires internet to use ChatGPT but is faster, higher quality and less compute intensive.
|
||||||
|
@ -25,14 +26,12 @@ Online chat requires internet to use ChatGPT but is faster, higher quality and l
|
||||||
!> **Warning**: This will enable Khoj to send your chat queries and query relevant notes to OpenAI for processing
|
!> **Warning**: This will enable Khoj to send your chat queries and query relevant notes to OpenAI for processing
|
||||||
|
|
||||||
1. Get your [OpenAI API Key](https://platform.openai.com/account/api-keys)
|
1. Get your [OpenAI API Key](https://platform.openai.com/account/api-keys)
|
||||||
2. Open your [Khoj Online Chat settings](http://localhost:42110/config/processor/conversation), add your OpenAI API key, and click *Save*. Then go to your [Khoj settings](http://localhost:42110/config) and click `Configure`. This will refresh Khoj with your OpenAI API key.
|
2. Open your [Khoj Online Chat settings](http://localhost:42110/server/admin/database/openaiprocessorconversationconfig/). Add a new setting with your OpenAI API key, and click *Save*. Only one configuration will be used, so make sure that's the only one you have.
|
||||||
|
3. Open your [Chat model options](http://localhost:42110/server/admin/database/chatmodeloptions/) and add a new option for the OpenAI chat model you want to use. Make sure to use `OpenAI` as its type.
|
||||||
![Configure online chat](https://user-images.githubusercontent.com/6413477/256998908-ac26e55e-13a2-45fb-9348-3b90a62f7687.mp4 ':include :type=mp4')
|
|
||||||
|
|
||||||
|
|
||||||
### Use
|
### Use
|
||||||
1. Open Khoj Chat
|
1. Open Khoj Chat
|
||||||
- **On Web**: Open [/chat](http://localhost:42110/chat) in your web browser
|
- **On Web**: Open [/chat](https://app.khoj.dev/chat) in your web browser
|
||||||
- **On Obsidian**: Search for *Khoj: Chat* in the [Command Palette](https://help.obsidian.md/Plugins/Command+palette)
|
- **On Obsidian**: Search for *Khoj: Chat* in the [Command Palette](https://help.obsidian.md/Plugins/Command+palette)
|
||||||
- **On Emacs**: Run `M-x khoj <user-query>`
|
- **On Emacs**: Run `M-x khoj <user-query>`
|
||||||
2. Enter your queries to chat with Khoj. Use [slash commands](#commands) and [query filters](./advanced.md#query-filters) to change what Khoj uses to respond
|
2. Enter your queries to chat with Khoj. Use [slash commands](#commands) and [query filters](./advanced.md#query-filters) to change what Khoj uses to respond
|
||||||
|
|
23
docs/desktop.md
Normal file
23
docs/desktop.md
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
<h1><img src="./assets/khoj-logo-sideways-500.png" width="200" alt="Khoj Logo"> Desktop</h1>
|
||||||
|
|
||||||
|
> 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')
|
|
@ -28,5 +28,5 @@ For the Linux installation, you have to have `glibc` version 2.35 or higher. You
|
||||||
If you decide you want to uninstall the application, you can uninstall it like any other application on your system. For example, on MacOS, you can drag the application to the trash. On Windows, you can uninstall it from the `Add or Remove Programs` menu. On Linux, you can uninstall it with `sudo apt remove khoj`.
|
If you decide you want to uninstall the application, you can uninstall it like any other application on your system. For example, on MacOS, you can drag the application to the trash. On Windows, you can uninstall it from the `Add or Remove Programs` menu. On Linux, you can uninstall it with `sudo apt remove khoj`.
|
||||||
|
|
||||||
In addition to that, you might want to `rm -rf` the following directories:
|
In addition to that, you might want to `rm -rf` the following directories:
|
||||||
- `~/.khoj`
|
- `~/.khoj`
|
||||||
- `~/.cache/gpt4all`
|
- `~/.cache/gpt4all`
|
||||||
|
|
|
@ -25,13 +25,7 @@ pip install -e .'[dev]'
|
||||||
khoj -vv
|
khoj -vv
|
||||||
```
|
```
|
||||||
2. Configure Khoj
|
2. Configure Khoj
|
||||||
- **Via the Settings UI**: Add files, directories to index the [Khoj settings](http://localhost:42110/config) UI once Khoj has started up. Once you've saved all your settings, click `Configure`.
|
- **Via the Desktop application**: Add files, directories to index using the settings page of your desktop application. Click "Save" to immediately trigger indexing.
|
||||||
- **Manually**:
|
|
||||||
- Copy the `config/khoj_sample.yml` to `~/.khoj/khoj.yml`
|
|
||||||
- Set `input-files` or `input-filter` in each relevant `content-type` section of `~/.khoj/khoj.yml`
|
|
||||||
- Set `input-directories` field in `image` `content-type` section
|
|
||||||
- Delete `content-type` and `processor` sub-section(s) irrelevant for your use-case
|
|
||||||
- Restart khoj
|
|
||||||
|
|
||||||
Note: Wait after configuration for khoj to Load ML model, generate embeddings and expose API to query notes, images, documents etc specified in config YAML
|
Note: Wait after configuration for khoj to Load ML model, generate embeddings and expose API to query notes, images, documents etc specified in config YAML
|
||||||
|
|
||||||
|
|
137
docs/emacs.md
137
docs/emacs.md
|
@ -1,6 +1,6 @@
|
||||||
<h1><img src="./assets/khoj-logo-sideways-500.png" width="200" alt="Khoj Logo">Emacs</h1>
|
<h1><img src="./assets/khoj-logo-sideways-500.png" width="200" alt="Khoj Logo"> Emacs</h1>
|
||||||
|
|
||||||
> An AI personal assistance for your digital brain
|
> An AI copilot for your Second Brain in Emacs
|
||||||
|
|
||||||
<img src="https://stable.melpa.org/packages/khoj-badge.svg" width="150" alt="Melpa Stable Badge">
|
<img src="https://stable.melpa.org/packages/khoj-badge.svg" width="150" alt="Melpa Stable Badge">
|
||||||
<img src="https://melpa.org/packages/khoj-badge.svg" width="150" alt="Melpa Badge">
|
<img src="https://melpa.org/packages/khoj-badge.svg" width="150" alt="Melpa Badge">
|
||||||
|
@ -10,14 +10,13 @@
|
||||||
|
|
||||||
|
|
||||||
## Features
|
## 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**
|
- **Search**
|
||||||
- **Natural**: Advanced natural language understanding using Transformer based ML Models
|
- **Natural**: Advanced natural language understanding using Transformer based ML Models
|
||||||
- **Local**: Your personal data stays local. All search, indexing is done on your machine*
|
|
||||||
- **Incremental**: Incremental search for a fast, search-as-you-type experience
|
- **Incremental**: Incremental search for a fast, search-as-you-type experience
|
||||||
- **Chat**
|
|
||||||
- **Faster answers**: Find answers faster than search
|
|
||||||
- **Iterative discovery**: Iteratively explore and (re-)discover your notes
|
|
||||||
- **Assisted creativity**: Smoothly weave across answer retrieval and content generation
|
|
||||||
|
|
||||||
## Interface
|
## Interface
|
||||||
#### Search
|
#### Search
|
||||||
|
@ -27,79 +26,76 @@
|
||||||
![khoj chat on emacs](./assets/khoj_chat_on_emacs.png ':size=400px')
|
![khoj chat on emacs](./assets/khoj_chat_on_emacs.png ':size=400px')
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
- *Make sure [python](https://realpython.com/installing-python/) and [pip](https://pip.pypa.io/en/stable/installation/) are installed on your machine*
|
1. Generate an API key on the [Khoj Web App](https://app.khoj.dev/config#clients)
|
||||||
|
2. Add below snippet to your Emacs config file, usually at `~/.emacs.d/init.el`
|
||||||
|
|
||||||
- *khoj.el attempts to automatically install, start and configure the khoj server.*
|
|
||||||
If this fails, follow [these instructions](/setup) to manually setup the khoj server.
|
|
||||||
|
|
||||||
### Direct Install
|
<!-- tabs:start -->
|
||||||
|
|
||||||
|
#### **Direct Install**
|
||||||
|
*Khoj will index your org-agenda files, by default*
|
||||||
|
|
||||||
```elisp
|
```elisp
|
||||||
|
;; Install Khoj.el
|
||||||
M-x package-install khoj
|
M-x package-install khoj
|
||||||
|
|
||||||
|
; Set your Khoj API key
|
||||||
|
(setq khoj-api-key "YOUR_KHOJ_CLOUD_API_KEY")
|
||||||
```
|
```
|
||||||
|
|
||||||
### Minimal Install
|
#### **Minimal Install**
|
||||||
Add below snippet to your Emacs config file.
|
*Khoj will index your org-agenda files, by default*
|
||||||
Indexes your org-agenda files, by default.
|
|
||||||
|
|
||||||
```elisp
|
```elisp
|
||||||
;; Install Khoj Package from MELPA Stable
|
;; Install Khoj client from MELPA Stable
|
||||||
(use-package khoj
|
|
||||||
:ensure t
|
|
||||||
:pin melpa-stable
|
|
||||||
:bind ("C-c s" . 'khoj))
|
|
||||||
```
|
|
||||||
|
|
||||||
- Note: Install `khoj.el` from MELPA (instead of MELPA Stable) if you installed the pre-release version of khoj
|
|
||||||
- That is, use `:pin melpa` to install khoj.el in above snippet if khoj server was installed with `--pre` flag, i.e `pip install --pre khoj-assistant`
|
|
||||||
- Else use `:pin melpa-stable` to install khoj.el in above snippet if khoj was installed with `pip install khoj-assistant`
|
|
||||||
- This ensures both khoj.el and khoj app are from the same version (git tagged or latest)
|
|
||||||
|
|
||||||
### Standard Install
|
|
||||||
Add below snippet to your Emacs config file.
|
|
||||||
Indexes the specified org files, directories. Sets up OpenAI API key for Khoj Chat
|
|
||||||
|
|
||||||
```elisp
|
|
||||||
;; Install Khoj Package from MELPA Stable
|
|
||||||
(use-package khoj
|
(use-package khoj
|
||||||
:ensure t
|
:ensure t
|
||||||
:pin melpa-stable
|
:pin melpa-stable
|
||||||
:bind ("C-c s" . 'khoj)
|
:bind ("C-c s" . 'khoj)
|
||||||
:config (setq khoj-org-directories '("~/docs/org-roam" "~/docs/notes")
|
:config (setq khoj-api-key "YOUR_KHOJ_CLOUD_API_KEY"))
|
||||||
khoj-org-files '("~/docs/todo.org" "~/docs/work.org")
|
|
||||||
khoj-openai-api-key "YOUR_OPENAI_API_KEY")) ; required to enable chat
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### With [Straight.el](https://github.com/raxod502/straight.el)
|
#### **Standard Install**
|
||||||
Add below snippet to your Emacs config file.
|
*Configures the specified org files, directories to be indexed by Khoj*
|
||||||
Indexes the specified org files, directories. Sets up OpenAI API key for Khoj Chat
|
|
||||||
|
|
||||||
```elisp
|
```elisp
|
||||||
;; Install Khoj Package using Straight.el
|
;; Install Khoj client from MELPA Stable
|
||||||
(use-package khoj
|
(use-package khoj
|
||||||
:after org
|
:ensure t
|
||||||
:straight (khoj :type git :host github :repo "khoj-ai/khoj" :files (:defaults "src/interface/emacs/khoj.el"))
|
:pin melpa-stable
|
||||||
:bind ("C-c s" . 'khoj)
|
:bind ("C-c s" . 'khoj)
|
||||||
:config (setq khoj-org-directories '("~/docs/org-roam" "~/docs/notes")
|
:config (setq khoj-api-key "YOUR_KHOJ_CLOUD_API_KEY"
|
||||||
khoj-org-files '("~/docs/todo.org" "~/docs/work.org")
|
khoj-org-directories '("~/docs/org-roam" "~/docs/notes")
|
||||||
khoj-openai-api-key "YOUR_OPENAI_API_KEY" ; required to enable chat)
|
khoj-org-files '("~/docs/todo.org" "~/docs/work.org")))
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### **Straight.el**
|
||||||
|
*Configures the specified org files, directories to be indexed by Khoj*
|
||||||
|
|
||||||
|
```elisp
|
||||||
|
;; Install Khoj client using Straight.el
|
||||||
|
(use-package khoj
|
||||||
|
:after org
|
||||||
|
:straight (khoj :type git :host github :repo "khoj-ai/khoj" :files (:defaults "src/interface/emacs/khoj.el"))
|
||||||
|
:bind ("C-c s" . 'khoj)
|
||||||
|
:config (setq khoj-api-key "YOUR_KHOJ_CLOUD_API_KEY"
|
||||||
|
khoj-org-directories '("~/docs/org-roam" "~/docs/notes")
|
||||||
|
khoj-org-files '("~/docs/todo.org" "~/docs/work.org")))
|
||||||
|
```
|
||||||
|
|
||||||
|
<!-- tabs:end -->
|
||||||
## Use
|
## Use
|
||||||
### Search
|
### Search
|
||||||
|
See [Khoj Search](search.md) for details
|
||||||
1. Hit `C-c s s` (or `M-x khoj RET s`) to open khoj search
|
1. Hit `C-c s s` (or `M-x khoj RET s`) to open khoj search
|
||||||
|
2. Enter your query in natural language<br/>
|
||||||
2. Enter your query in natural language
|
E.g *"What is the meaning of life?"*, *"My life goals for 2023"*
|
||||||
|
|
||||||
e.g "What is the meaning of life?", "My life goals for 2023"
|
|
||||||
|
|
||||||
### Chat
|
### Chat
|
||||||
|
See [Khoj Chat](chat.md) for details
|
||||||
1. Hit `C-c s c` (or `M-x khoj RET c`) to open khoj chat
|
1. Hit `C-c s c` (or `M-x khoj RET c`) to open khoj chat
|
||||||
|
2. Ask questions in a natural, conversational style<br/>
|
||||||
2. Ask questions in a natural, conversational style
|
E.g *"When did I file my taxes last year?"*
|
||||||
|
|
||||||
E.g "When did I file my taxes last year?"
|
|
||||||
|
|
||||||
See [Khoj Chat](/#/chat) for more details
|
|
||||||
|
|
||||||
### Find Similar Entries
|
### Find Similar Entries
|
||||||
This feature finds entries similar to the one you are currently on.
|
This feature finds entries similar to the one you are currently on.
|
||||||
|
@ -108,7 +104,6 @@ This feature finds entries similar to the one you are currently on.
|
||||||
|
|
||||||
### Advanced Usage
|
### Advanced Usage
|
||||||
- Add [query filters](https://github.com/khoj-ai/khoj/#query-filters) during search to narrow down results further
|
- Add [query filters](https://github.com/khoj-ai/khoj/#query-filters) during search to narrow down results further
|
||||||
|
|
||||||
e.g `What is the meaning of life? -"god" +"none" dt>"last week"`
|
e.g `What is the meaning of life? -"god" +"none" dt>"last week"`
|
||||||
|
|
||||||
- Use `C-c C-o 2` to open the current result at cursor in its source org file
|
- Use `C-c C-o 2` to open the current result at cursor in its source org file
|
||||||
|
@ -121,31 +116,21 @@ This feature finds entries similar to the one you are currently on.
|
||||||
![](./assets/khoj_emacs_menu.png)
|
![](./assets/khoj_emacs_menu.png)
|
||||||
Hit `C-c s` (or `M-x khoj`) to open the khoj menu above. Then:
|
Hit `C-c s` (or `M-x khoj`) to open the khoj menu above. Then:
|
||||||
- Hit `t` until you preferred content type is selected in the khoj menu
|
- Hit `t` until you preferred content type is selected in the khoj menu
|
||||||
|
|
||||||
`Content Type` specifies the content to perform `Search`, `Update` or `Find Similar` actions on
|
`Content Type` specifies the content to perform `Search`, `Update` or `Find Similar` actions on
|
||||||
- Hit `n` twice and then enter number of results you want to see
|
- Hit `n` twice and then enter number of results you want to see
|
||||||
|
|
||||||
`Results Count` is used by the `Search` and `Find Similar` actions
|
`Results Count` is used by the `Search` and `Find Similar` actions
|
||||||
- Hit `-f u` to `force` update the khoj content index
|
- Hit `-f u` to `force` update the khoj content index
|
||||||
|
|
||||||
The `Force Update` switch is only used by the `Update` action
|
The `Force Update` switch is only used by the `Update` action
|
||||||
|
|
||||||
## Upgrade
|
## Upgrade
|
||||||
### Upgrade Khoj Backend
|
|
||||||
```bash
|
|
||||||
pip install --upgrade khoj-assistant
|
|
||||||
```
|
|
||||||
### Upgrade Khoj.el
|
|
||||||
Use your Emacs package manager to upgrade `khoj.el`
|
Use your Emacs package manager to upgrade `khoj.el`
|
||||||
|
<!-- tabs:start -->
|
||||||
|
|
||||||
- For `khoj.el` from MELPA
|
#### **With MELPA**
|
||||||
- Method 1
|
1. Run `M-x package-refresh-content`
|
||||||
- Run `M-x package-list-packages` to list all packages
|
2. Run `M-x package-reinstall khoj`
|
||||||
- Press `U` on `khoj` to mark it for upgrade
|
|
||||||
- Press `x` to execute the marked actions
|
|
||||||
- Method 2
|
|
||||||
- Run `M-x package-refresh-content`
|
|
||||||
- Run `M-x package-reinstall khoj`
|
|
||||||
|
|
||||||
- For `khoj.el` from Straight
|
#### **With Straight.el**
|
||||||
- Run `M-x straight-pull-package khoj`
|
- Run `M-x straight-pull-package khoj`
|
||||||
|
|
||||||
|
<!-- tabs:end -->
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
#### [Search](./search.md)
|
#### [Search](search.md)
|
||||||
- **Local**: Your personal data stays local. All search and indexing is done on your machine.
|
- **Local**: Your personal data stays local. All search and indexing is done on your machine.
|
||||||
- **Incremental**: Incremental search for a fast, search-as-you-type experience
|
- **Incremental**: Incremental search for a fast, search-as-you-type experience
|
||||||
|
|
||||||
#### [Chat](./chat.md)
|
#### [Chat](chat.md)
|
||||||
- **Faster answers**: Find answers faster, smoother than search. No need to manually scan through your notes to find answers.
|
- **Faster answers**: Find answers faster, smoother than search. No need to manually scan through your notes to find answers.
|
||||||
- **Iterative discovery**: Iteratively explore and (re-)discover your notes
|
- **Iterative discovery**: Iteratively explore and (re-)discover your notes
|
||||||
- **Assisted creativity**: Smoothly weave across answers retrieval and content generation
|
- **Assisted creativity**: Smoothly weave across answers retrieval and content generation
|
||||||
|
|
|
@ -1,14 +1,14 @@
|
||||||
# Setup the Github integration
|
# 🧑🏾💻 Setup the Github integration
|
||||||
|
|
||||||
The Github integration allows you to index as many repositories as you want. It's currently default configured to index Issues, Commits, and all Markdown/Org files in each repository. For large repositories, this takes a fairly long time, but it works well for smaller projects.
|
The Github integration allows you to index as many repositories as you want. It's currently default configured to index Issues, Commits, and all Markdown/Org files in each repository. For large repositories, this takes a fairly long time, but it works well for smaller projects.
|
||||||
|
|
||||||
# Configure your settings
|
# Configure your settings
|
||||||
|
|
||||||
1. Go to [http://localhost:42110/config](http://localhost:42110/config) and enter in settings for the data sources you want to index. You'll have to specify the file paths.
|
1. Go to [https://app.khoj.dev/config](https://app.khoj.dev/config) and enter in settings for the data sources you want to index. You'll have to specify the file paths.
|
||||||
|
|
||||||
## Use the Github plugin
|
## Use the Github plugin
|
||||||
|
|
||||||
1. Generate a [classic PAT (personal access token)](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens) from [Github](https://github.com/settings/tokens) with `repo` and `admin:org` scopes at least.
|
1. Generate a [classic PAT (personal access token)](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens) from [Github](https://github.com/settings/tokens) with `repo` and `admin:org` scopes at least.
|
||||||
2. Navigate to [http://localhost:42110/config/content-source/github](http://localhost:42110/config/content-source/github) to configure your Github settings. Enter in your PAT, along with details for each repository you want to index.
|
2. Navigate to [https://app.khoj.dev/config/content-source/github](https://app.khoj.dev/config/content-source/github) to configure your Github settings. Enter in your PAT, along with details for each repository you want to index.
|
||||||
3. Click `Save`. Go back to the settings page and click `Configure`.
|
3. Click `Save`. Go back to the settings page and click `Configure`.
|
||||||
4. Go to [http://localhost:42110/](http://localhost:42110/) and start searching!
|
4. Go to [https://app.khoj.dev/](https://app.khoj.dev/) and start searching!
|
||||||
|
|
|
@ -17,11 +17,13 @@
|
||||||
repo: 'https://github.com/khoj-ai/khoj',
|
repo: 'https://github.com/khoj-ai/khoj',
|
||||||
loadSidebar: true,
|
loadSidebar: true,
|
||||||
themeColor: '#c2a600',
|
themeColor: '#c2a600',
|
||||||
|
auto2top: true,
|
||||||
// coverpage: true,
|
// coverpage: true,
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<!-- Docsify v4 -->
|
<!-- Docsify v4 -->
|
||||||
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
|
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
|
||||||
|
<script src="//cdn.jsdelivr.net/npm/docsify-tabs@1"></script>
|
||||||
<script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/search.min.js"></script>
|
<script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/search.min.js"></script>
|
||||||
<script src="//cdn.jsdelivr.net/npm/docsify-copy-code/dist/docsify-copy-code.min.js"></script>
|
<script src="//cdn.jsdelivr.net/npm/docsify-copy-code/dist/docsify-copy-code.min.js"></script>
|
||||||
<script src="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-bash.min.js"></script>
|
<script src="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-bash.min.js"></script>
|
||||||
|
|
|
@ -8,7 +8,7 @@ We haven't setup a fancy integration with OAuth yet, so this integration still r
|
||||||
![setup_new_integration](https://github.com/khoj-ai/khoj/assets/65192171/b056e057-d4dc-47dc-aad3-57b59a22c68b)
|
![setup_new_integration](https://github.com/khoj-ai/khoj/assets/65192171/b056e057-d4dc-47dc-aad3-57b59a22c68b)
|
||||||
3. Share all the workspaces that you want to integrate with the Khoj integration you just made in the previous step
|
3. Share all the workspaces that you want to integrate with the Khoj integration you just made in the previous step
|
||||||
![enable_workspace](https://github.com/khoj-ai/khoj/assets/65192171/98290303-b5b8-4cb0-b32c-f68c6923a3d0)
|
![enable_workspace](https://github.com/khoj-ai/khoj/assets/65192171/98290303-b5b8-4cb0-b32c-f68c6923a3d0)
|
||||||
4. In the first step, you generated an API key. Use the newly generated API Key in your Khoj settings, by default at http://localhost:42110/config/content-source/notion. Click `Save`.
|
4. In the first step, you generated an API key. Use the newly generated API Key in your Khoj settings, by default at https://app.khoj.dev/config/content-source/notion. Click `Save`.
|
||||||
5. Click `Configure` in http://localhost:42110/config to index your Notion workspace(s).
|
5. Click `Configure` in https://app.khoj.dev/config to index your Notion workspace(s).
|
||||||
|
|
||||||
That's it! You should be ready to start searching and chatting. Make sure you've configured your OpenAI API Key for chat.
|
That's it! You should be ready to start searching and chatting. Make sure you've configured your OpenAI API Key for chat.
|
||||||
|
|
100
docs/obsidian.md
100
docs/obsidian.md
|
@ -1,16 +1,15 @@
|
||||||
<h1><img src="./assets/khoj-logo-sideways-500.png" width="200" alt="Khoj Logo">Obsidian</h1>
|
<h1><img src="./assets/khoj-logo-sideways-500.png" width="200" alt="Khoj Logo"> Obsidian</h1>
|
||||||
|
|
||||||
> An AI personal assistant for your Digital Brain in Obsidian
|
> An AI copilot for your Second Brain in Obsidian
|
||||||
|
|
||||||
## Features
|
## 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**
|
- **Search**
|
||||||
- **Natural**: Advanced natural language understanding using Transformer based ML Models
|
- **Natural**: Advanced natural language understanding using Transformer based ML Models
|
||||||
- **Local**: Your personal data stays local. All search and indexing is done on your machine. *Unlike chat which requires access to GPT.*
|
|
||||||
- **Incremental**: Incremental search for a fast, search-as-you-type experience
|
- **Incremental**: Incremental search for a fast, search-as-you-type experience
|
||||||
- **Chat**
|
|
||||||
- **Faster answers**: Find answers faster and with less effort than search
|
|
||||||
- **Iterative discovery**: Iteratively explore and (re-)discover your notes
|
|
||||||
- **Assisted creativity**: Smoothly weave across answers retrieval and content generation
|
|
||||||
|
|
||||||
## Interface
|
## Interface
|
||||||
![](./assets/khoj_search_on_obsidian.png ':size=400px')
|
![](./assets/khoj_search_on_obsidian.png ':size=400px')
|
||||||
|
@ -18,102 +17,37 @@
|
||||||
|
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
- *Make sure [python](https://realpython.com/installing-python/) 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*
|
|
||||||
|
|
||||||
### 1. Setup Backend
|
|
||||||
Open terminal/cmd and run below command to install and start the khoj backend
|
|
||||||
- On Linux/MacOS
|
|
||||||
```shell
|
|
||||||
python -m pip install khoj-assistant && khoj
|
|
||||||
```
|
|
||||||
|
|
||||||
- On Windows
|
|
||||||
```shell
|
|
||||||
py -m pip install khoj-assistant && khoj
|
|
||||||
```
|
|
||||||
|
|
||||||
### 2. Setup Plugin
|
|
||||||
1. Open [Khoj](https://obsidian.md/plugins?id=khoj) from the *Community plugins* tab in Obsidian settings panel
|
1. Open [Khoj](https://obsidian.md/plugins?id=khoj) from the *Community plugins* tab in Obsidian settings panel
|
||||||
2. Click *Install*, then *Enable* on the Khoj plugin page in Obsidian
|
2. Click *Install*, then *Enable* on the Khoj plugin page in Obsidian
|
||||||
3. [Optional] To enable Khoj Chat, set your [OpenAI API key](https://platform.openai.com/account/api-keys) in the Khoj plugin settings
|
3. Generate an API key on the [Khoj Web App](https://app.khoj.dev/config#clients)
|
||||||
|
4. Set your Khoj API Key in the Khoj plugin settings in Obsidian
|
||||||
|
|
||||||
See [official Obsidian plugin docs](https://help.obsidian.md/Extending+Obsidian/Community+plugins) for details
|
See the official [Obsidian Plugin Docs](https://help.obsidian.md/Extending+Obsidian/Community+plugins) for more details on installing Obsidian plugins.
|
||||||
|
|
||||||
## Use
|
## Use
|
||||||
### Chat
|
### Chat
|
||||||
Run *Khoj: Chat* from the [Command Palette](https://help.obsidian.md/Plugins/Command+palette) and ask questions in a natural, conversational style.<br />
|
Run *Khoj: Chat* from the [Command Palette](https://help.obsidian.md/Plugins/Command+palette) and ask questions in a natural, conversational style.<br />
|
||||||
E.g "When did I file my taxes last year?"
|
E.g *"When did I file my taxes last year?"*
|
||||||
|
|
||||||
Notes:
|
|
||||||
- *Using Khoj Chat will result in query relevant notes being shared with OpenAI for ChatGPT to respond.*
|
|
||||||
- *To use Khoj Chat, ensure you've set your [OpenAI API key](https://platform.openai.com/account/api-keys) in the Khoj plugin settings.*
|
|
||||||
|
|
||||||
See [Khoj Chat](/chat) for more details
|
See [Khoj Chat](/chat) for more details
|
||||||
|
|
||||||
### Search
|
|
||||||
Click the *Khoj search* icon 🔎 on the [Ribbon](https://help.obsidian.md/User+interface/Workspace/Ribbon) or run *Khoj: Search* from the [Command Palette](https://help.obsidian.md/Plugins/Command+palette)
|
|
||||||
|
|
||||||
*Note: Ensure the khoj server is running in the background before searching. Execute `khoj` in your terminal if it is not already running*
|
|
||||||
|
|
||||||
[search_demo](https://user-images.githubusercontent.com/6413477/218801155-cd67e8b4-a770-404a-8179-d6b61caa0f93.mp4 ':include :type=mp4')
|
|
||||||
|
|
||||||
#### Query Filters
|
|
||||||
|
|
||||||
Use structured query syntax to filter the natural language search results
|
|
||||||
- **Word Filter**: Get entries that include/exclude a specified term
|
|
||||||
- Entries that contain term_to_include: `+"term_to_include"`
|
|
||||||
- Entries that contain term_to_exclude: `-"term_to_exclude"`
|
|
||||||
- **Date Filter**: Get entries containing dates in YYYY-MM-DD format from specified date (range)
|
|
||||||
- Entries from April 1st 1984: `dt:"1984-04-01"`
|
|
||||||
- Entries after March 31st 1984: `dt>="1984-04-01"`
|
|
||||||
- Entries before April 2nd 1984 : `dt<="1984-04-01"`
|
|
||||||
- **File Filter**: Get entries from a specified file
|
|
||||||
- Entries from incoming.org file: `file:"incoming.org"`
|
|
||||||
- Combined Example
|
|
||||||
- `what is the meaning of life? file:"1984.org" dt>="1984-01-01" dt<="1985-01-01" -"big" -"brother"`
|
|
||||||
- Adds all filters to the natural language query. It should return entries
|
|
||||||
- from the file *1984.org*
|
|
||||||
- containing dates from the year *1984*
|
|
||||||
- excluding words *"big"* and *"brother"*
|
|
||||||
- that best match the natural language query *"what is the meaning of life?"*
|
|
||||||
|
|
||||||
### Find Similar Notes
|
### Find Similar Notes
|
||||||
To see other notes similar to the current one, run *Khoj: Find Similar Notes* from the [Command Palette](https://help.obsidian.md/Plugins/Command+palette)
|
To see other notes similar to the current one, run *Khoj: Find Similar Notes* from the [Command Palette](https://help.obsidian.md/Plugins/Command+palette)
|
||||||
|
|
||||||
|
### Search
|
||||||
|
Click the *Khoj search* icon 🔎 on the [Ribbon](https://help.obsidian.md/User+interface/Workspace/Ribbon) or run *Khoj: Search* from the [Command Palette](https://help.obsidian.md/Plugins/Command+palette)
|
||||||
|
|
||||||
|
See [Khoj Search](/search) for more details. Use [query filters](/advanced#query-filters) to limit entries to search
|
||||||
|
|
||||||
|
[search_demo](https://user-images.githubusercontent.com/6413477/218801155-cd67e8b4-a770-404a-8179-d6b61caa0f93.mp4 ':include :type=mp4')
|
||||||
|
|
||||||
## Upgrade
|
## Upgrade
|
||||||
### 1. Upgrade Backend
|
|
||||||
```shell
|
|
||||||
pip install --upgrade khoj-assistant
|
|
||||||
```
|
|
||||||
### 2. Upgrade Plugin
|
|
||||||
1. Open *Community plugins* tab in Obsidian settings
|
1. Open *Community plugins* tab in Obsidian settings
|
||||||
2. Click the *Check for updates* button
|
2. Click the *Check for updates* button
|
||||||
3. Click the *Update* button next to Khoj, if available
|
3. Click the *Update* button next to Khoj, if available
|
||||||
|
|
||||||
## Demo
|
|
||||||
### Search Demo
|
|
||||||
[demo](https://github-production-user-asset-6210df.s3.amazonaws.com/6413477/240061700-3e33d8ea-25bb-46c8-a3bf-c92f78d0f56b.mp4 ':include :type=mp4')
|
|
||||||
|
|
||||||
#### Description
|
|
||||||
|
|
||||||
1. Install Khoj via `pip` and start Khoj backend
|
|
||||||
```shell
|
|
||||||
python -m pip install khoj-assistant && khoj
|
|
||||||
```
|
|
||||||
2. Install Khoj plugin via Community Plugins settings pane on Obsidian app
|
|
||||||
- Check the new Khoj plugin settings
|
|
||||||
- Wait for Khoj backend to index markdown, PDF files in the current Vault
|
|
||||||
- Open Khoj plugin on Obsidian via Search button on Left Pane
|
|
||||||
- Search \"*Announce plugin to folks*\" in the [Obsidian Plugin docs](https://marcus.se.net/obsidian-plugin-docs/)
|
|
||||||
- Jump to the [search result](https://marcus.se.net/obsidian-plugin-docs/publishing/submit-your-plugin)
|
|
||||||
|
|
||||||
|
|
||||||
## Troubleshooting
|
## Troubleshooting
|
||||||
- Open the Khoj plugin settings pane, to configure Khoj
|
- Open the Khoj plugin settings pane, to configure Khoj
|
||||||
- Toggle Enable/Disable Khoj, if setting changes have not applied
|
- Toggle Enable/Disable Khoj, if setting changes have not applied
|
||||||
- Click *Update* button to force index to refresh, if results are failing or stale
|
- Click *Update* button to force index to refresh, if results are failing or stale
|
||||||
|
|
||||||
## Current Limitations
|
|
||||||
- The plugin loads the index of only one vault at a time.<br/>
|
|
||||||
So notes across multiple vaults **cannot** be searched at the same time
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
## Khoj Search
|
## Khoj Search
|
||||||
### Use
|
### Use
|
||||||
1. Open Khoj Search
|
1. Open Khoj Search
|
||||||
- **On Web**: Open <http://localhost:42110/> in your web browser
|
- **On Web**: Open <https://app.khoj.dev/> in your web browser
|
||||||
- **On Obsidian**: Click the *Khoj search* icon 🔎 on the [Ribbon](https://help.obsidian.md/User+interface/Workspace/Ribbon) or Search for *Khoj: Search* in the [Command Palette](https://help.obsidian.md/Plugins/Command+palette)
|
- **On Obsidian**: Click the *Khoj search* icon 🔎 on the [Ribbon](https://help.obsidian.md/User+interface/Workspace/Ribbon) or Search for *Khoj: Search* in the [Command Palette](https://help.obsidian.md/Plugins/Command+palette)
|
||||||
- **On Emacs**: Run `M-x khoj <user-query>`
|
- **On Emacs**: Run `M-x khoj <user-query>`
|
||||||
2. Query using natural language to find relevant entries from your knowledge base. Use [query filters](./advanced.md#query-filters) to limit entries to search
|
2. Query using natural language to find relevant entries from your knowledge base. Use [query filters](./advanced.md#query-filters) to limit entries to search
|
||||||
|
|
186
docs/setup.md
186
docs/setup.md
|
@ -3,41 +3,15 @@ These are the general setup instructions for Khoj.
|
||||||
|
|
||||||
- Make sure [python](https://realpython.com/installing-python/) and [pip](https://pip.pypa.io/en/stable/installation/) are installed on your machine
|
- Make sure [python](https://realpython.com/installing-python/) and [pip](https://pip.pypa.io/en/stable/installation/) are installed on your machine
|
||||||
- Check the [Khoj Emacs docs](/emacs?id=setup) to setup Khoj with Emacs<br />
|
- Check the [Khoj Emacs docs](/emacs?id=setup) to setup Khoj with Emacs<br />
|
||||||
Its simpler as it can skip the server *install*, *run* and *configure* step below.
|
It's simpler as it can skip the server *install*, *run* and *configure* step below.
|
||||||
- Check the [Khoj Obsidian docs](/obsidian?id=_2-setup-plugin) to setup Khoj with Obsidian<br />
|
- Check the [Khoj Obsidian docs](/obsidian?id=_2-setup-plugin) to setup Khoj with Obsidian<br />
|
||||||
Its simpler as it can skip the *configure* step below.
|
Its simpler as it can skip the *configure* step below.
|
||||||
|
|
||||||
### 1. Install
|
For Installation, you can either use Docker or install Khoj locally.
|
||||||
|
|
||||||
#### 1.1 Local Server Setup
|
### 1. Installation (Docker)
|
||||||
Run the following command in your terminal to install the Khoj backend.
|
|
||||||
|
|
||||||
- On Linux/MacOS
|
Use the sample docker-compose [in Github](https://github.com/khoj-ai/khoj/blob/master/docker-compose.yml) to run Khoj in Docker. Start by configuring all the environment variables to your choosing. Your admin account will automatically be created based on the admin credentials in that file, so pay attention to those. To start the container, run the following command in the same directory as the docker-compose.yml file. This will automatically setup the database and run the Khoj server.
|
||||||
```shell
|
|
||||||
python -m pip install khoj-assistant
|
|
||||||
```
|
|
||||||
|
|
||||||
- On Windows
|
|
||||||
```shell
|
|
||||||
py -m pip install khoj-assistant
|
|
||||||
```
|
|
||||||
For more detailed Windows installation and troubleshooting, see [Windows Install](./windows_install.md).
|
|
||||||
|
|
||||||
|
|
||||||
##### 1.1.1 Local Server Start
|
|
||||||
|
|
||||||
Run the following command from your terminal to start the Khoj backend and open Khoj in your browser.
|
|
||||||
|
|
||||||
```shell
|
|
||||||
khoj
|
|
||||||
```
|
|
||||||
|
|
||||||
Khoj should now be running at http://localhost:42110. You can see the web UI in your browser.
|
|
||||||
|
|
||||||
Note: To start Khoj automatically in the background use [Task scheduler](https://www.windowscentral.com/how-create-automated-task-using-task-scheduler-windows-10) on Windows or [Cron](https://en.wikipedia.org/wiki/Cron) on Mac, Linux (e.g with `@reboot khoj`)
|
|
||||||
|
|
||||||
#### 1.2 Local Docker Setup
|
|
||||||
Use the sample docker-compose [in Github](https://github.com/khoj-ai/khoj/blob/master/docker-compose.yml) to run Khoj in Docker. To start the container, run the following command in the same directory as the docker-compose.yml file. You'll have to configure the mounted directories to match your local knowledge base.
|
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
docker-compose up
|
docker-compose up
|
||||||
|
@ -45,27 +19,131 @@ docker-compose up
|
||||||
|
|
||||||
Khoj should now be running at http://localhost:42110. You can see the web UI in your browser.
|
Khoj should now be running at http://localhost:42110. You can see the web UI in your browser.
|
||||||
|
|
||||||
#### 1.3 Download the desktop client [Optional]
|
### 1. Installation (Local)
|
||||||
|
|
||||||
You can use our desktop executables to select file paths and folders to index. You can simply select the folders or files, and they'll be automatically uploaded to the server. Once you specify a file or file path, you don't need to update the configuration again; it will grab any data diffs dynamically over time. This part is currently optional, but may make setup and configuration slightly easier. It removes the need for setting up custom file paths for your Khoj data configurations.
|
#### Prerequisites
|
||||||
|
|
||||||
**To download the desktop client, go to https://download.khoj.dev** and the correct executable for your OS will automatically start downloading. Once downloaded, you can configure your folders for indexing using the settings tab. To set your chat configuration, you'll have to use the web interface for the Khoj server you setup in the previous step.
|
##### Install Postgres (with PgVector)
|
||||||
|
|
||||||
### 1.4 Use (deprecated) desktop builds
|
Khoj uses the `pgvector` package to store embeddings of your index in a Postgres database. In order to use this, you need to have Postgres installed.
|
||||||
|
|
||||||
Before `v0.12.0``, we had self-contained desktop builds that included both the server and the client. These were difficult to maintain, but are still available as part of earlier releases. To find setup instructions, see here:
|
<!-- tabs:start -->
|
||||||
|
|
||||||
- [Desktop Installation](desktop_installation.md)
|
#### **MacOS**
|
||||||
- [Windows Installation](windows_install.md)
|
|
||||||
|
|
||||||
### 2. Configure
|
Install [Postgres.app](https://postgresapp.com/). This comes pre-installed with `pgvector` and relevant dependencies.
|
||||||
1. Set `File`, `Folder` and hit `Save` in each Plugins you want to enable for Search on the Khoj config page
|
|
||||||
2. Add your OpenAI API key to Chat Feature settings if you want to use Chat
|
|
||||||
3. Click `Configure` and wait. The app will download ML models and index the content for search and (optionally) chat
|
|
||||||
|
|
||||||
![configure demo](https://user-images.githubusercontent.com/6413477/255307879-61247d3f-c69a-46ef-b058-9bc533cb5c72.mp4 ':include :type=mp4')
|
#### **Windows**
|
||||||
|
|
||||||
### 3. Install Interface Plugins (Optional)
|
Use the [recommended installer](https://www.postgresql.org/download/windows/)
|
||||||
|
|
||||||
|
#### **Linux**
|
||||||
|
From [official instructions](https://wiki.postgresql.org/wiki/Apt)
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo apt install -y postgresql-common
|
||||||
|
sudo /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh
|
||||||
|
sudo apt install postgres-16 postgresql-16-pgvector
|
||||||
|
```
|
||||||
|
|
||||||
|
##### **From Source**
|
||||||
|
1. Follow instructions to [Install Postgres](https://www.postgresql.org/download/)
|
||||||
|
2. Follow instructions to [Install PgVector](https://github.com/pgvector/pgvector#installation) in case you need to manually install it. Reproduced instructions below for convenience.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
cd /tmp
|
||||||
|
git clone --branch v0.5.1 https://github.com/pgvector/pgvector.git
|
||||||
|
cd pgvector
|
||||||
|
make
|
||||||
|
make install # may need sudo
|
||||||
|
```
|
||||||
|
|
||||||
|
<!-- tabs:end -->
|
||||||
|
|
||||||
|
|
||||||
|
##### Create the Khoj database
|
||||||
|
|
||||||
|
Make sure to update your environment variables to match your Postgres configuration if you're using a different name. The default values should work for most people.
|
||||||
|
|
||||||
|
<!-- tabs:start -->
|
||||||
|
|
||||||
|
#### **MacOS**
|
||||||
|
```bash
|
||||||
|
createdb khoj -U postgres
|
||||||
|
```
|
||||||
|
|
||||||
|
#### **Windows**
|
||||||
|
```bash
|
||||||
|
createdb khoj -U postgres
|
||||||
|
```
|
||||||
|
|
||||||
|
#### **Linux**
|
||||||
|
```bash
|
||||||
|
sudo -u postgres createdb khoj
|
||||||
|
```
|
||||||
|
|
||||||
|
<!-- tabs:end -->
|
||||||
|
|
||||||
|
#### Install package
|
||||||
|
|
||||||
|
##### Local Server Setup
|
||||||
|
- *Make sure [python](https://realpython.com/installing-python/) and [pip](https://pip.pypa.io/en/stable/installation/) are installed on your machine*
|
||||||
|
|
||||||
|
Run the following command in your terminal to install the Khoj backend.
|
||||||
|
|
||||||
|
<!-- tabs:start -->
|
||||||
|
|
||||||
|
#### **MacOS**
|
||||||
|
|
||||||
|
```shell
|
||||||
|
python -m pip install khoj-assistant
|
||||||
|
```
|
||||||
|
|
||||||
|
#### **Windows**
|
||||||
|
|
||||||
|
```shell
|
||||||
|
py -m pip install khoj-assistant
|
||||||
|
```
|
||||||
|
For more detailed Windows installation and troubleshooting, see [Windows Install](./windows_install.md).
|
||||||
|
|
||||||
|
#### **Linux**
|
||||||
|
|
||||||
|
```shell
|
||||||
|
python -m pip install khoj-assistant
|
||||||
|
```
|
||||||
|
|
||||||
|
<!-- tabs:end -->
|
||||||
|
|
||||||
|
##### Local Server Start
|
||||||
|
|
||||||
|
Run the following command from your terminal to start the Khoj backend and open Khoj in your browser.
|
||||||
|
|
||||||
|
```shell
|
||||||
|
khoj --anonymous-mode
|
||||||
|
```
|
||||||
|
`--anonymous-mode` allows you to run the server without setting up Google credentials for login. This allows you to use any of the clients without a login wall. If you want to use Google login, you can skip this flag, but you will have to add your Google developer credentials.
|
||||||
|
|
||||||
|
On the first run, you will be prompted to input credentials for your admin account and do some basic configuration for your chat model settings. Once created, you can go to http://localhost:42110/server/admin and login with the credentials you just created.
|
||||||
|
|
||||||
|
Khoj should now be running at http://localhost:42110. You can see the web UI in your browser.
|
||||||
|
|
||||||
|
Note: To start Khoj automatically in the background use [Task scheduler](https://www.windowscentral.com/how-create-automated-task-using-task-scheduler-windows-10) on Windows or [Cron](https://en.wikipedia.org/wiki/Cron) on Mac, Linux (e.g with `@reboot khoj`)
|
||||||
|
|
||||||
|
|
||||||
|
### 2. Download the desktop client
|
||||||
|
|
||||||
|
You can use our desktop executables to select file paths and folders to index. You can simply select the folders or files, and they'll be automatically uploaded to the server. Once you specify a file or file path, you don't need to update the configuration again; it will grab any data diffs dynamically over time.
|
||||||
|
|
||||||
|
**To download the latest desktop client, go to https://download.khoj.dev** and the correct executable for your OS will automatically start downloading. Once downloaded, you can configure your folders for indexing using the settings tab. To set your chat configuration, you'll have to use the web interface for the Khoj server you setup in the previous step.
|
||||||
|
|
||||||
|
To use the desktop client, you need to go to your Khoj server's settings page (http://localhost:42110/config) and copy the API key. Then, paste it into the desktop client's settings page. Once you've done that, you can select files and folders to index.
|
||||||
|
|
||||||
|
### 3. Configure
|
||||||
|
1. Go to http://localhost:42110/server/admin and login with your admin credentials. Go to the ChatModelOptions if you want to add additional models for chat.
|
||||||
|
1. Select files and folders to index [using the desktop client](./setup.md?id=_2-download-the-desktop-client). When you click 'Save', the files will be sent to your server for indexing.
|
||||||
|
- Select Notion workspaces and Github repositories to index using the web interface.
|
||||||
|
|
||||||
|
### 4. Install Client Plugins (Optional)
|
||||||
Khoj exposes a web interface to search, chat and configure by default.<br />
|
Khoj exposes a web interface to search, chat and configure by default.<br />
|
||||||
The optional steps below allow using Khoj from within an existing application like Obsidian or Emacs.
|
The optional steps below allow using Khoj from within an existing application like Obsidian or Emacs.
|
||||||
|
|
||||||
|
@ -75,9 +153,17 @@ The optional steps below allow using Khoj from within an existing application li
|
||||||
- **Khoj Emacs**:<br />
|
- **Khoj Emacs**:<br />
|
||||||
[Install](/emacs?id=setup) khoj.el
|
[Install](/emacs?id=setup) khoj.el
|
||||||
|
|
||||||
|
### 5. Use Khoj 🚀
|
||||||
|
|
||||||
|
You can head to http://localhost:42110 to use the web interface. You can also use the desktop client to search and chat.
|
||||||
|
|
||||||
## Upgrade
|
## Upgrade
|
||||||
### Upgrade Khoj Server
|
### Upgrade Khoj Server
|
||||||
|
|
||||||
|
<!-- tabs:start -->
|
||||||
|
|
||||||
|
#### **Local Setup**
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
pip install --upgrade khoj-assistant
|
pip install --upgrade khoj-assistant
|
||||||
```
|
```
|
||||||
|
@ -88,6 +174,16 @@ pip install --upgrade khoj-assistant
|
||||||
pip install --upgrade --pre khoj-assistant
|
pip install --upgrade --pre khoj-assistant
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### **Docker**
|
||||||
|
From the same directory where you have your `docker-compose` file, this will fetch the latest build and upgrade your server.
|
||||||
|
|
||||||
|
```shell
|
||||||
|
docker-compose up --build
|
||||||
|
```
|
||||||
|
|
||||||
|
<!-- tabs:end -->
|
||||||
|
|
||||||
|
|
||||||
### Upgrade Khoj on Emacs
|
### Upgrade Khoj on Emacs
|
||||||
- Use your Emacs Package Manager to Upgrade
|
- Use your Emacs Package Manager to Upgrade
|
||||||
- See [khoj.el package setup](/emacs?id=setup) for details
|
- See [khoj.el package setup](/emacs?id=setup) for details
|
||||||
|
@ -100,8 +196,8 @@ pip install --upgrade --pre khoj-assistant
|
||||||
1. (Optional) Hit `Ctrl-C` in the terminal running the khoj server to stop it
|
1. (Optional) Hit `Ctrl-C` in the terminal running the khoj server to stop it
|
||||||
2. Delete the khoj directory in your home folder (i.e `~/.khoj` on Linux, Mac or `C:\Users\<your-username>\.khoj` on Windows)
|
2. Delete the khoj directory in your home folder (i.e `~/.khoj` on Linux, Mac or `C:\Users\<your-username>\.khoj` on Windows)
|
||||||
5. You might want to `rm -rf` the following directories:
|
5. You might want to `rm -rf` the following directories:
|
||||||
- `~/.khoj`
|
- `~/.khoj`
|
||||||
- `~/.cache/gpt4all`
|
- `~/.cache/gpt4all`
|
||||||
3. Uninstall the khoj server with `pip uninstall khoj-assistant`
|
3. Uninstall the khoj server with `pip uninstall khoj-assistant`
|
||||||
4. (Optional) Uninstall khoj.el or the khoj obsidian plugin in the standard way on Emacs, Obsidian
|
4. (Optional) Uninstall khoj.el or the khoj obsidian plugin in the standard way on Emacs, Obsidian
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Telemetry
|
# Telemetry (self-hosting)
|
||||||
|
|
||||||
We collect some high level, anonymized metadata about usage of Khoj. This includes:
|
We collect some high level, anonymized metadata about usage of Khoj. This includes:
|
||||||
- Client (Web, Emacs, Obsidian)
|
- Client (Web, Emacs, Obsidian)
|
||||||
|
|
15
docs/web.md
15
docs/web.md
|
@ -1,19 +1,18 @@
|
||||||
<h1><img src="./assets/khoj-logo-sideways-500.png" width="200" alt="Khoj Logo">Web</h1>
|
<h1><img src="./assets/khoj-logo-sideways-500.png" width="200" alt="Khoj Logo"> Web</h1>
|
||||||
|
|
||||||
> An AI personal assistant for your Digital Brain
|
> An AI copilot for your Second Brain
|
||||||
|
|
||||||
## Features
|
## 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**
|
- **Search**
|
||||||
- **Natural**: Advanced natural language understanding using Transformer based ML Models
|
- **Natural**: Advanced natural language understanding using Transformer based ML Models
|
||||||
- **Local**: Your personal data stays local. All search and indexing is done on your machine. *Unlike chat which requires access to GPT.*
|
|
||||||
- **Incremental**: Incremental search for a fast, search-as-you-type experience
|
- **Incremental**: Incremental search for a fast, search-as-you-type experience
|
||||||
- **Chat**
|
|
||||||
- **Faster answers**: Find answers faster and with less effort than search
|
|
||||||
- **Iterative discovery**: Iteratively explore and (re-)discover your notes
|
|
||||||
- **Assisted creativity**: Smoothly weave across answers retrieval and content generation
|
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
The Khoj web interface is the default interface. It comes packaged with the khoj server.
|
No setup required. The Khoj web app is the default interface to Khoj. You can access it from any web browser. Try it on [Khoj Cloud](https://app.khoj.dev)
|
||||||
|
|
||||||
## Interface
|
## Interface
|
||||||
![](./assets/khoj_search_on_web.png ':size=400px')
|
![](./assets/khoj_search_on_web.png ':size=400px')
|
||||||
|
|
|
@ -63,7 +63,7 @@
|
||||||
;; Khoj Static Configuration
|
;; Khoj Static Configuration
|
||||||
;; -------------------------
|
;; -------------------------
|
||||||
|
|
||||||
(defcustom khoj-server-url "http://localhost:42110"
|
(defcustom khoj-server-url "https://app.khoj.dev"
|
||||||
"Location of Khoj API server."
|
"Location of Khoj API server."
|
||||||
:group 'khoj
|
:group 'khoj
|
||||||
:type 'string)
|
:type 'string)
|
||||||
|
@ -94,7 +94,7 @@
|
||||||
:type 'number)
|
:type 'number)
|
||||||
|
|
||||||
(defcustom khoj-api-key nil
|
(defcustom khoj-api-key nil
|
||||||
"API Key to Khoj server."
|
"API Key to your Khoj. Default at https://app.khoj.dev/config#clients."
|
||||||
:group 'khoj
|
:group 'khoj
|
||||||
:type 'string)
|
:type 'string)
|
||||||
|
|
||||||
|
|
|
@ -75,7 +75,7 @@ export default class Khoj extends Plugin {
|
||||||
|
|
||||||
if (this.settings.khojUrl === "https://app.khoj.dev") {
|
if (this.settings.khojUrl === "https://app.khoj.dev") {
|
||||||
if (this.settings.khojApiKey === "") {
|
if (this.settings.khojApiKey === "") {
|
||||||
new Notice(`❗️Khoj API key is not configured. Please visit https://app.khoj.dev to get an API key.`);
|
new Notice(`❗️Khoj API key is not configured. Please visit https://app.khoj.dev/config#clients to get an API key.`);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@ export interface KhojSetting {
|
||||||
|
|
||||||
export const DEFAULT_SETTINGS: KhojSetting = {
|
export const DEFAULT_SETTINGS: KhojSetting = {
|
||||||
resultsCount: 6,
|
resultsCount: 6,
|
||||||
khojUrl: 'http://127.0.0.1:42110',
|
khojUrl: 'https://app.khoj.dev',
|
||||||
khojApiKey: '',
|
khojApiKey: '',
|
||||||
connectedToBackend: false,
|
connectedToBackend: false,
|
||||||
autoConfigure: true,
|
autoConfigure: true,
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
<div class="page">
|
<div class="page">
|
||||||
<div class="section">
|
<div id="content" class="section">
|
||||||
<h2 class="section-title">Content</h2>
|
<h2 class="section-title">Content</h2>
|
||||||
<div class="section-cards">
|
<div class="section-cards">
|
||||||
<div class="card">
|
<div class="card">
|
||||||
|
@ -118,7 +118,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="section">
|
<div id ="features" class="section">
|
||||||
<h2 class="section-title">Features</h2>
|
<h2 class="section-title">Features</h2>
|
||||||
<div id="features-hint-text"></div>
|
<div id="features-hint-text"></div>
|
||||||
<div class="section-cards">
|
<div class="section-cards">
|
||||||
|
@ -144,9 +144,9 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="section">
|
<div id="clients" class="section">
|
||||||
<h2 class="section-title">Clients</h2>
|
<h2 class="section-title">Clients</h2>
|
||||||
<div class="api-settings">
|
<div id="clients-api" class="api-settings">
|
||||||
<div class="card-title-row">
|
<div class="card-title-row">
|
||||||
<img class="card-icon" src="/static/assets/icons/key.svg" alt="API Key">
|
<img class="card-icon" src="/static/assets/icons/key.svg" alt="API Key">
|
||||||
<h3 class="card-title">API Keys</h3>
|
<h3 class="card-title">API Keys</h3>
|
||||||
|
@ -172,7 +172,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% if billing_enabled %}
|
{% if billing_enabled %}
|
||||||
<div class="section">
|
<div id="billing" class="section">
|
||||||
<h2 class="section-title">Billing</h2>
|
<h2 class="section-title">Billing</h2>
|
||||||
<div class="section-cards">
|
<div class="section-cards">
|
||||||
<div class="card">
|
<div class="card">
|
||||||
|
|
|
@ -286,15 +286,15 @@ def generate_random_name():
|
||||||
# List of adjectives and nouns to choose from
|
# List of adjectives and nouns to choose from
|
||||||
adjectives = [
|
adjectives = [
|
||||||
"happy",
|
"happy",
|
||||||
"irritated",
|
"serendipitous",
|
||||||
"annoyed",
|
"exuberant",
|
||||||
"calm",
|
"calm",
|
||||||
"brave",
|
"brave",
|
||||||
"scared",
|
"scared",
|
||||||
"energetic",
|
"energetic",
|
||||||
"chivalrous",
|
"chivalrous",
|
||||||
"kind",
|
"kind",
|
||||||
"grumpy",
|
"suave",
|
||||||
]
|
]
|
||||||
nouns = ["dog", "cat", "falcon", "whale", "turtle", "rabbit", "hamster", "snake", "spider", "elephant"]
|
nouns = ["dog", "cat", "falcon", "whale", "turtle", "rabbit", "hamster", "snake", "spider", "elephant"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue