From 8d87a20e9addcd52ed203eee84afa9f821a2b94b Mon Sep 17 00:00:00 2001 From: stavares843 Date: Mon, 28 Oct 2024 19:35:42 +0000 Subject: [PATCH 1/3] fix typos --- docs/kagi/ai/llm-benchmark.md | 2 +- docs/kagi/api/enrich.md | 2 +- docs/kagi/community-addons/index.md | 2 +- docs/kagi/support-and-community/contribute.md | 2 +- docs/kagi/why-kagi/ai-philosophy.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/kagi/ai/llm-benchmark.md b/docs/kagi/ai/llm-benchmark.md index 5b58e088..2bf4173b 100644 --- a/docs/kagi/ai/llm-benchmark.md +++ b/docs/kagi/ai/llm-benchmark.md @@ -40,7 +40,7 @@ Last updated **Oct 24, 2024**. The table includes metrics such as overall mode quality (measured as percent of correct responses), total tokens output (some models are less verbose by default, affecting both cost and speed), total cost to run the test, median response latency and average speed in tokens per second at the time of testing. -This approach measures the models' potential and adaptability, with some bias towards features essential for [LLM features in Kagi Search](./assistant.md) (mostly around reasoning and instruction following capabilties, see examples below). +This approach measures the models' potential and adaptability, with some bias towards features essential for [LLM features in Kagi Search](./assistant.md) (mostly around reasoning and instruction following capabilities, see examples below). As models get more advanced and to prevent leaking test to training data, we periodically update the benchmarks with harder questions to have reasonable distribution of model scores. diff --git a/docs/kagi/api/enrich.md b/docs/kagi/api/enrich.md index 75963227..11999e84 100644 --- a/docs/kagi/api/enrich.md +++ b/docs/kagi/api/enrich.md @@ -252,7 +252,7 @@ curl -v \ "rank": 28, "url": "https://web.archive.org/web/20201108115652/https://m.signalvnoise.com/microsoft--i-forgive-you/", "title": "Microsoft, I forgive you! - Signal v. Noise", - "snippet": "And perversely enough, that’s exactly what is setting it free to try harder, try again, and make an impression with a crowd that’s no longer dispositioned to reject the effort because Microsoft is the big bad wolf. It’s bizarre, but I actually want to see a resurgent, strong Microsoft. Yes, I know they’ve been pining for it, so here it is: Microsof..", + "snippet": "And perversely enough, that’s exactly what is setting it free to try harder, try again, and make an impression with a crowd that’s no longer dispositioned to reject the effort because Microsoft is the big bad wolf. It’s bizarre, but I actually want to see a resurgent, strong Microsoft. Yes, I know they’ve been pining for it, so here it is: Microsoft..", "published": "2020-11-08T11:56:52Z" } ] diff --git a/docs/kagi/community-addons/index.md b/docs/kagi/community-addons/index.md index 8dfb8f46..e3ac0282 100644 --- a/docs/kagi/community-addons/index.md +++ b/docs/kagi/community-addons/index.md @@ -1,4 +1,4 @@ -# Community Add-ons +# Community Add-owns Members of the Kagi community have brought Kagi to their favorite tools! You can find a list below of integrations that our users have contributed to other products, or built themselves. diff --git a/docs/kagi/support-and-community/contribute.md b/docs/kagi/support-and-community/contribute.md index b3eb67db..810a67ed 100644 --- a/docs/kagi/support-and-community/contribute.md +++ b/docs/kagi/support-and-community/contribute.md @@ -8,6 +8,6 @@ The Kagi user community is a vibrant, diverse, and passionate group that plays a - **Contribute to Kagi documentation**: Help us in enhancing our documentation. Each page on our site is editable; feel free to add or amend content using the link at the bottom of each page. Contributions are typically merged on the same day. - **Translation**: Assist in [translating Kagi](./contribute_translations.md) into other languages, helping us reach a wider audience globally. - **Work on Kagi open-source projects**: If you are interested in open-source projects, we have a [range of projects](./open-source.md) you can contribute to. -- **Develop add-ons**: Use your creativity and skills to develop [add-ons for Kagi](../community-addons/index.md), enhancing its functionality and user experience. +- **Develop add-owns**: Use your creativity and skills to develop [add-owns for Kagi](../community-addons/index.md), enhancing its functionality and user experience. We often reward our contributors with special perks, such as previews of new features and involving them in important decisions. To avail these perks, make sure to join our [Discord community](https://kagi.com/discord). diff --git a/docs/kagi/why-kagi/ai-philosophy.md b/docs/kagi/why-kagi/ai-philosophy.md index 818472c9..3d2c2e3b 100644 --- a/docs/kagi/why-kagi/ai-philosophy.md +++ b/docs/kagi/why-kagi/ai-philosophy.md @@ -8,7 +8,7 @@ From an information retrieval point of view, relevant to our context of a search 2. LLMs are not intelligent in the human sense. They have no understanding of the actual physical world. They do not have their own genuine opinions, emotions, or sense of self. We must avoid attributing human-like qualities to these systems or thinking of them as having human-level abilities. They are limited AI technologies. (*In a way, they are similar to how a wheel can get us from point A to point B, sometimes much more efficiently than human body can, but it lacks the ability to plan and the agility of human body to get us everywhere a human body can*) -These limitations required us to pause and reflect on the impact on search experience, before incoporating this new technology for our customers. As a result, we came up with an AI integration philosophy that is guided by these principles: +These limitations required us to pause and reflect on the impact on search experience, before incorporating this new technology for our customers. As a result, we came up with an AI integration philosophy that is guided by these principles: 1. **AI should be used in closed, defined context relevant to search** (don't make a therapist inside the search engine, for example) 2. **AI should be used to enhance the search experience, not to create it or replace it** (meaning AI is opt-in and on-demand, similar to how we use JavaScript in Kagi, where search still works perfectly fine when JS is disabled in the browser) From 181ff5ccfac311ace0d35c7f30f9b929d3411d04 Mon Sep 17 00:00:00 2001 From: Sara Tavares <29093946+stavares843@users.noreply.github.com> Date: Mon, 28 Oct 2024 19:43:47 +0000 Subject: [PATCH 2/3] revert fix --- docs/kagi/community-addons/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/kagi/community-addons/index.md b/docs/kagi/community-addons/index.md index e3ac0282..8dfb8f46 100644 --- a/docs/kagi/community-addons/index.md +++ b/docs/kagi/community-addons/index.md @@ -1,4 +1,4 @@ -# Community Add-owns +# Community Add-ons Members of the Kagi community have brought Kagi to their favorite tools! You can find a list below of integrations that our users have contributed to other products, or built themselves. From 34f3fee291859f23b2efcf09a1c2258a6cb3c592 Mon Sep 17 00:00:00 2001 From: Sara Tavares <29093946+stavares843@users.noreply.github.com> Date: Mon, 28 Oct 2024 19:44:08 +0000 Subject: [PATCH 3/3] revert --- docs/kagi/support-and-community/contribute.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/kagi/support-and-community/contribute.md b/docs/kagi/support-and-community/contribute.md index 810a67ed..b3eb67db 100644 --- a/docs/kagi/support-and-community/contribute.md +++ b/docs/kagi/support-and-community/contribute.md @@ -8,6 +8,6 @@ The Kagi user community is a vibrant, diverse, and passionate group that plays a - **Contribute to Kagi documentation**: Help us in enhancing our documentation. Each page on our site is editable; feel free to add or amend content using the link at the bottom of each page. Contributions are typically merged on the same day. - **Translation**: Assist in [translating Kagi](./contribute_translations.md) into other languages, helping us reach a wider audience globally. - **Work on Kagi open-source projects**: If you are interested in open-source projects, we have a [range of projects](./open-source.md) you can contribute to. -- **Develop add-owns**: Use your creativity and skills to develop [add-owns for Kagi](../community-addons/index.md), enhancing its functionality and user experience. +- **Develop add-ons**: Use your creativity and skills to develop [add-ons for Kagi](../community-addons/index.md), enhancing its functionality and user experience. We often reward our contributors with special perks, such as previews of new features and involving them in important decisions. To avail these perks, make sure to join our [Discord community](https://kagi.com/discord).