From 8f2325174e97ec8bebc254ebdbb1a839fb438a2b Mon Sep 17 00:00:00 2001 From: MarcSkovMadsen Date: Sat, 3 Feb 2024 04:02:03 +0000 Subject: [PATCH 1/2] add news summarizer --- docs/external_resources.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/external_resources.md b/docs/external_resources.md index b832209..b37cbac 100644 --- a/docs/external_resources.md +++ b/docs/external_resources.md @@ -88,6 +88,16 @@ Links: [Medium](https://sophiamyang.medium.com/building-ai-chatbots-with-mistral [![ChatBot with Mistral and Llama2](assets/thumbnails/mistral_and_llama.png)](https://sophiamyang.medium.com/building-ai-chatbots-with-mistral-and-llama2-9c0f5abc296c) +## News Summarizer + +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). + + + ## Ragna [Ragna](https://ragna.chat/) is an open source RAG orchestration framework. The UI is built on top of Panel. From 6cbc715400d76cd4a5996a7b4030a13d2cf388e4 Mon Sep 17 00:00:00 2001 From: MarcSkovMadsen Date: Sat, 3 Feb 2024 04:18:09 +0000 Subject: [PATCH 2/2] restructure --- docs/external_resources.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/docs/external_resources.md b/docs/external_resources.md index ccba298..1ac1d5c 100644 --- a/docs/external_resources.md +++ b/docs/external_resources.md @@ -88,7 +88,17 @@ Links: [Medium](https://sophiamyang.medium.com/building-ai-chatbots-with-mistral [![ChatBot with Mistral and Llama2](assets/thumbnails/mistral_and_llama.png)](https://sophiamyang.medium.com/building-ai-chatbots-with-mistral-and-llama2-9c0f5abc296c) -## News Summarizer +### Talk with Plot + +Authors: [Andrew Huang](https://twitter.com/IAteAnDrew1) | [Sophia Yang](https://twitter.com/sophiamyang) + +Links: [Blog Post](https://blog.holoviz.org/posts/tweak-mpl-chat/) | [Hugging Face Spaces](https://huggingface.co/spaces/ahuang11/tweak-mpl-chat) + +![Talk to Plot](https://blog.holoviz.org/posts/tweak-mpl-chat/images/app1.gif) + +## OpenAI + +### News Summarizer 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). @@ -100,14 +110,6 @@ frameborder="0" style="width:100%;height:600px" > -### Talk with Plot - -Authors: [Andrew Huang](https://twitter.com/IAteAnDrew1) | [Sophia Yang](https://twitter.com/sophiamyang) - -Links: [Blog Post](https://blog.holoviz.org/posts/tweak-mpl-chat/) | [Hugging Face Spaces](https://huggingface.co/spaces/ahuang11/tweak-mpl-chat) - -![Talk to Plot](https://blog.holoviz.org/posts/tweak-mpl-chat/images/app1.gif) - ## Ragna [Ragna](https://ragna.chat/) is an open source RAG orchestration framework. The UI is built on top of Panel.