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

Update summarize-page.md #535

Merged
merged 1 commit into from
Oct 15, 2024
Merged
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
32 changes: 17 additions & 15 deletions docs/kagi/ai/summarize-page.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,25 @@
# Summarize Page
Summarize Page (or Universal Summarizer as it's also called) is a way to summarize any page, video or podcast (given a transcript).

There are currently four ways to summarize a page:
There are several ways to summarize a page:

1. Directly in the search results
2. Via bang
3. Via API
4. On a [dedicated page](https://kagi.com/summarizer/index.html), independent of a previous search

All, apart from the API, are free for every paid Kagi user.
1. On the [Universal Summarizer site](https://kagi.com/summarizer/)
2. Via the Browser Extensions:
- [For Chrome](https://chromewebstore.google.com/detail/kagi-summarizer/dpaefegpjhgeplnkomgbcmmlffkijbgp)
- [For Firefox](https://addons.mozilla.org/en-US/firefox/addon/kagi-search-for-firefox/)
3. Directly in the search results
4. Via the !sum [Bang](../features/bangs.md)
5. Using [Orion browser](https://kagi.com/orion/) (available for Apple devices).
6. Via the [Summarizer API](../api/summarizer.md)

Summarize Page is made using Kagi's own, in-house models. There are currently three models in use:
1. Agnes (Consumer-grade, accessible via the web or API)
2. Cecil (Consumer-grade, currently API-only)
2. Muriel (Enterprise-grade, currently API-only)
- Cecil (Consumer-grade, accessible via the website, browser extension or API. Unlimited use via website or browser extension is included with your Kagi membership)
- Agnes (Consumer-grade, accessible via the browser extension or API)
- Muriel (Enterprise-grade, accessible via the browser extension or API)

## Universal Summarizer landing page

There's <https://kagi.com/summarizer> where you can enter the URL of any web page, PDF, PPTX, MP3, video etc that you want to have summarized.

## In search results

Expand All @@ -27,7 +33,7 @@ Once complete you will see the individual page summary appear below the result.

After reading the summary you can even choose to proceed to [Discuss this document](./ask-questions.md).

## Via bang
## Via Bang

Quickly summarize any page using the [bang `!sum`](../features/bangs.md#universal-summarizer).

Expand Down Expand Up @@ -59,8 +65,4 @@ As mentioned at the start, two models are offered in the API. As for the differe
>
> In conclusion, the paper highlights the improved performance of large-scale language models like Gopher in various tasks and emphasizes the importance of addressing challenges related to toxicity, bias, and AI safety.

## Universal Summarizer landing page

There's <https://kagi.com/summarizer> where you can enter the URL of any page, PDF, PPTX, MP3, video etc that you want to have summarized.

![Universal Summarizer landing page](media/universal-summarizer_landing_page.png){data-zoomable}
Loading