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

Add news summarizer #126

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
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
14 changes: 14 additions & 0 deletions docs/external_resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,20 @@ Links: [Blog Post](https://blog.holoviz.org/posts/tweak-mpl-chat/) | [Hugging Fa

![Talk to Plot](https://blog.holoviz.org/posts/tweak-mpl-chat/images/app1.gif)

## OpenAI

### News Summarizer

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

news-summarizer-demo.zip

feel free to include the recording here!

The news summarizer app by [Eduardo Blancas](https://github.com/edublancas) is a RAG built *from scratch* without any LLM framework. Its deployed to [Ploomber Cloud](https://ploomber.io/cloud/). The methodology is nicely described in [rag-from-scratch.ipynb](https://github.com/ploomber/doc/blob/main/notebooks/rag-from-scratch.ipynb).

Try asking `What is the latest sports news?`.

<iframe
src="https://ancient-wind-3019.ploomberapp.io/app"
frameborder="0"
style="width:100%;height:600px"
></iframe>

## Ragna

[Ragna](https://ragna.chat/) is an open source RAG orchestration framework. The UI is built on top of Panel.
Expand Down
Loading