Debanjum Singh Solanky
1d7d51a7ab
Upgrade Documentation packages
2024-06-22 17:38:48 +05:30
sabaimran
3cfe5aabe5
Add support for magic link email sign-in ( #820 )
...
* Add magic link email sign-in option
* Adding backend routes and model changes to keep state of email verification code and status
* Test and fix end to end email verification flow
* Add documentation for how to use the magic link sign-in when self-hosting Khoj
* Add magic link sign in to public conversation page
2024-06-20 13:32:58 +05:30
Raghav Tirumale
093eb473cb
Add Documentation for the /summarize Command ( #822 )
...
* added documentation for the /summarize command
* Add a hint for natural language usage
---------
Co-authored-by: sabaimran <narmiabas@gmail.com >
2024-06-20 12:08:01 +05:30
sabaimran
327045be43
Make some basic updates to the chat documentation. Inc. conversation file filters, new screenshot
2024-06-18 12:14:59 +05:30
sabaimran
76e1bed8f9
Update Obsidian documentation
2024-06-18 08:22:10 +05:30
sabaimran
82f37971c5
Fix broken link in automations.md
2024-06-14 16:22:27 +05:30
sabaimran
971f1cd897
Add basic page about automations
2024-06-14 15:52:30 +05:30
sabaimran
17bce930ba
Add a documentation page for keyboard shortcuts
2024-06-14 14:30:31 +05:30
Debanjum
cf8c9c2a3d
Serve image assets from Khoj domain, not directly from S3 bucket ( #734 )
...
- Serve generated images from Khoj domain instead of directly from AWS S3
- Rename assets URL from Khoj S3 bucket to assets.khoj.dev
2024-06-02 17:24:35 +05:30
sabaimran
841cbff249
Add documentation for setting up google auth in self-hosted khoj. Closes #771
2024-06-01 21:38:21 +05:30
sabaimran
7dd72c1d25
Fix trailing whitespace issue in development.mdx
2024-05-29 04:36:46 +05:30
Debanjum Singh Solanky
15c5873c20
Provide more context in docs for self-hosting Khoj on Windows
2024-05-28 20:56:26 +05:30
Raghav Tirumale
4a8920f9a4
formatting fix
2024-05-27 12:52:08 -05:00
Raghav Tirumale
9a11a3cd63
Added installation notes for windows users and added postgres setup instructions.
2024-05-27 12:49:52 -05:00
sabaimran
e2922968d6
Move some gifs to the assets s3 bucket and add instructions for Ollama, shareable conversations
2024-05-25 01:08:20 +05:30
Ikko Eltociear Ashimine
ac3e5089a2
docs: update typo in desktop.md ( #744 )
...
reponses -> responses
2024-05-24 03:52:03 +05:30
Md. Shahnewaz Siddique
3af06a3d5a
Updated installation instructions for windows, linux in readme ( #741 )
2024-05-24 03:51:25 +05:30
Josh Avant
37ad1d5397
Update telemetry.md disabling instructions
2024-05-15 15:18:00 -05:00
Debanjum Singh Solanky
425496844b
Rename assets URL from Khoj S3 bucket to assets.khoj.dev
...
Server khoj assets from khoj domain
2024-05-04 20:07:10 +05:30
sabaimran
408f4780ce
Add and update documentation for setting up khoj with an openai proxy server or offline llm
2024-04-27 20:16:32 +05:30
Debanjum Singh Solanky
cf08eaf786
Add comments explaining each field in the search model config in DB
2024-04-25 13:54:13 +05:30
Debanjum Singh Solanky
ec41482324
Upgrade default cross-encoder to mixedbread ai's mxbai-rerank-xsmall
...
Previous cross-encoder model was a few years old, newer models should
have improved in quality. Model size increases by 50% compared to
previous for better performance, at least on benchmarks
2024-04-24 09:50:09 +05:30
Debanjum Singh Solanky
e9f608174b
Fix access to Khoj admin panel from non HTTPS custom domains
...
To access the Khoj admin panel from a non HTTPS custom domain the
`KHOJ_NO_SSL' and `KHOJ_DOMAIN' env vars need to be explictly set.
See the updated setup docs for details.
Resolves #662
2024-04-17 03:20:05 +05:30
Debanjum Singh Solanky
689202e00e
Update recommended CMAKE flag to enable using CUDA on linux in Docs
2024-04-14 02:35:27 +05:30
sabaimran
bb15c9605d
Add a sitemap plugin
2024-04-10 14:35:04 +05:30
sabaimran
86c831f7e2
Add a link to the data sources portion in the clients documentation
2024-04-07 09:32:58 +05:30
sabaimran
351fb31a34
Add webpage search to socket codepath, add a feature page for online search
2024-04-07 09:23:29 +05:30
sabaimran
54db0152b9
Add link to the khoj cloud service for connection to Notion
2024-04-05 15:41:43 +05:30
sabaimran
81f1450c1c
Update yarn.lock to sync with package.json for documentation
2024-04-05 15:36:23 +05:30
sabaimran
d22fd6dfe3
Get rid of unnecessary package-lock.json file
2024-04-05 15:34:02 +05:30
sabaimran
7d7ce92e46
Add updated information in docs about the Notion integration
2024-04-05 15:31:43 +05:30
sabaimran
19c10b1418
Upgrade the package versions used in yarn.lock for the documentation project
2024-04-05 13:25:41 +05:30
Debanjum Singh Solanky
c6487f2e48
Fix docs showing how to setup llama-cpp with Khoj
2024-03-31 15:36:40 +05:30
Debanjum Singh Solanky
886d49e3a4
Merge branch 'master' into migrate-to-llama-cpp-for-offline-chat
2024-03-31 00:59:20 +05:30
sabaimran
c0e78fd56d
Fix broken get-started documentation links
2024-03-30 15:05:12 +05:30
sabaimran
dd2a3f712b
Add more demo videos, images, add feature sections
2024-03-30 14:48:46 +05:30
sabaimran
4cb91a042e
Add an agents feature page, and clarification around custom domains
2024-03-30 14:20:46 +05:30
Debanjum Singh Solanky
dcdd1edde2
Update docs to show how to setup llama-cpp with Khoj
...
- How to pip install khoj to run offline chat on GPU
After migration to llama-cpp-python more GPU types are supported but
require build step so mention how
- New default offline chat model
- Where to get supported chat models from on HuggingFace
2024-03-26 22:33:01 +05:30
Debanjum Singh Solanky
7211eb9cf5
Default to gpt-4-turbo-preview for chat model, extract questions actor
...
GPT-4 is more expensive and generally less capable than gpt-4-turbo-preview
2024-03-14 01:22:33 +05:30
sabaimran
086d5f8324
Add link to drag drop pdf demo video
2024-03-09 17:02:23 +05:30
sabaimran
b3b6278af2
Update documentation to show how you can upload files
2024-03-09 15:58:13 +05:30
Debanjum Singh Solanky
42d4bc6b14
Document installing Khoj on Phone as a Progressive Web App (PWA)
2024-03-08 21:18:06 +05:30
sabaimran
3cbc5b0d52
Add links to blog in docs
2024-03-02 17:37:18 +05:30
Debanjum Singh Solanky
57dce91c91
Document using venv to handle dependency conflict on khoj pip install
...
Resolves #276
2024-02-23 02:07:08 +05:30
Debanjum Singh Solanky
c40f642afa
Move Use OpenAI Compatible LLM Server section to existing advanced page
...
Add footnote on supported chat models to the self-hosting section
2024-02-04 16:16:55 +05:30
Debanjum Singh Solanky
523af5b3aa
Fix docs. Chat model options need to be set if using OpenAI proxy server
2024-02-04 06:42:05 +05:30
Debanjum Singh Solanky
474afa5efe
Document using OpenAI-compatible LLM API server for Khoj chat
...
This allows using open or commerical, local or hosted LLM models that
are not supported in Khoj by default.
It also allows users to use other local LLM API servers that support
their GPU
Closes #407
2024-02-02 10:31:27 +05:30
Debanjum Singh Solanky
e05474e7e0
Say when max-prompt, tokenizer fields needs setup in self-host docs
2024-01-31 08:42:22 +05:30
sabaimran
9ad44f0e77
Include info about privacy in the docs ( #631 )
...
* Add a page about privacy and organize some of the documentation
* Add notice about telemetry
* Improve copy for privacy section, link to telemetry section
2024-01-29 17:47:23 +05:30
Debanjum Singh Solanky
518f3c0c99
Update docs to say khoj chat shown on obsidian ribbon now
2024-01-25 18:03:22 +05:30