From 282f47e0d641c45ffc3999f77a8f1343fc4e507a Mon Sep 17 00:00:00 2001 From: sabaimran Date: Sun, 17 Nov 2024 17:20:28 -0800 Subject: [PATCH] Add Jina documentation to readme for self-hosting --- documentation/docs/features/online_search.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/docs/features/online_search.md b/documentation/docs/features/online_search.md index 956eac0f..7bbbb1f9 100644 --- a/documentation/docs/features/online_search.md +++ b/documentation/docs/features/online_search.md @@ -14,7 +14,7 @@ Try it out yourself! https://app.khoj.dev ## Self-Hosting -Online search works out of the box even when self-hosting. Khoj uses [JinaAI's reader API](https://jina.ai/reader/) to search online and read webpages by default. No API key setup is necessary. +Online search can work even with self-hosting! Khoj uses [JinaAI's reader API](https://jina.ai/reader/) to search online and read webpages by default. You can get a free API key via https://jina.ai/reader. Set the `JINA_API_KEY` environment variable to your Jina AI reader API key to enable online search. To improve online search, set the `SERPER_DEV_API_KEY` environment variable to your [Serper.dev](https://serper.dev/) API key. These search results include additional context like answer box, knowledge graph etc.