Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos across repo #557

Merged
merged 3 commits into from
Oct 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/kagi/ai/llm-benchmark.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docs/kagi/api/enrich.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
Expand Down
2 changes: 1 addition & 1 deletion docs/kagi/why-kagi/ai-philosophy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Loading