Skip to content

Commit

Permalink
more ploomber
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcSkovMadsen committed Mar 9, 2024
1 parent ff71d23 commit 519df99
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 16 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/videos/ploomber_news_summarizer.mp4
Binary file not shown.
30 changes: 14 additions & 16 deletions docs/ploomber_resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ App: | Author: [Neelasha Sen](https://github.com/neelasha23) | Code: [Github](h

A chat assistant for recommending books to the user based on inputs.

<video controls poster="assets/thumbnails/ploomber_book_recommender.png" >
<source src="assets/videos/ploomber_book_recommender.mp4" type="video/mp4"
<video controls poster="../assets/thumbnails/ploomber_book_recommender.png" >
<source src="../assets/videos/ploomber_book_recommender.mp4" type="video/mp4"
style="max-height: 400px; max-width: 600px;">
Your browser does not support the video tag.
</video>
Expand All @@ -24,8 +24,8 @@ App: | Author: [Neelasha Sen](https://github.com/neelasha23) | Code: [Github](h

A Panel app that enables users to chat with their GitHub repositories using the Llama Index GithubRepositoryReader.

<video controls poster="assets/thumbnails/ploomber_chat_with_github.png" >
<source src="assets/videos/ploomber_chat_with_github.mp4" type="video/mp4"
<video controls poster="../assets/thumbnails/ploomber_chat_with_github.png" >
<source src="../assets/videos/ploomber_chat_with_github.mp4" type="video/mp4"
style="max-height: 400px; max-width: 600px;">
Your browser does not support the video tag.
</video>
Expand All @@ -36,8 +36,8 @@ App: [Ploomber](https://curly-shadow-6798.ploomberapp.io/app) | Author: [Eduardo

A Panel chat app powered by a Llama Cpp server. Both deployed to Ploomber.

<video controls poster="assets/thumbnails/ploomber_chat_with_llama_cpp.png" >
<source src="assets/videos/ploomber_chat_with_llama_cpp.mp4" type="video/mp4"
<video controls poster="../assets/thumbnails/ploomber_chat_with_llama_cpp.png" >
<source src="../assets/videos/ploomber_chat_with_llama_cpp.mp4" type="video/mp4"
style="max-height: 400px; max-width: 600px;">
Your browser does not support the video tag.
</video>
Expand All @@ -56,29 +56,27 @@ Author: [Eduardo Blancas](https://github.com/edublancas) | Code: [Github](https

A RAG application for summarizing the latest news.

![News Summarizer](https://github.com/ploomber/doc/raw/main/examples/panel/rag-news/screenshot.webp)

## Simple Chat App

Author: [Eduardo Blancas](https://github.com/edublancas) | Code: [Github](https://github.com/ploomber/doc/tree/main/examples/panel/chat-simple)

A simple chat app made with Panel.
<video controls poster="../assets/thumbnails/ploomber_news_summarizer.png" >
<source src="../assets/videos/ploomber_news_summarizer.mp4" type="video/mp4"
style="max-height: 400px; max-width: 600px;">
Your browser does not support the video tag.
</video>

## Stock Market ChatBot

App: [Ploomber](https://white-mountain-0152.ploomberapp.io/app) Author: [Eduardo Blancas](https://github.com/edublancas) | Code: [Github](https://github.com/ploomber/doc/tree/main/examples/panel/stock-market-chatbot)

LLM-powered Stock Market app with Panel

<video controls poster="assets/thumbnails/ploomber_stock_market.png" >
<source src="assets/videos/ploomber_stock_market.mp4" type="video/mp4"
<video controls poster="../assets/thumbnails/ploomber_stock_market.png" >
<source src="../assets/videos/ploomber_stock_market.mp4" type="video/mp4"
style="max-height: 400px; max-width: 600px;">
Your browser does not support the video tag.
</video>

## Weights and Biases LLM

Author: [Laura Gutierrez Funderburk](https://github.com/lfunderburk) | Code: [Github](https://github.com/ploomber/doc/tree/main/examples/panel/weights-and-biases-llm)
App: [Ploomber](https://damp-scene-8091.ploomberapp.io/app) | Author: [Laura Gutierrez Funderburk](https://github.com/lfunderburk) | Code: [Github](https://github.com/ploomber/doc/tree/main/examples/panel/weights-and-biases-llm) | Tutorial: [Ploomber](https://ploomber.io/blog/prompts-weights-and-biases/)

This example demonstrates how to connect your Panel app to Weights and Biases. We will use the Weights and Biases API to track several metrics when making prompts against a GPT model from OpenAI. The final application enables you to monitor token usage, prompt length, and the number of tokens generated during a user session of the application running while it is deployed.

Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,4 @@ nav:
- Mistral: mistral.md
- OpenAI: openai.md
- External: external_resources.md
- Ploomber: ploomber_resources.md

0 comments on commit 519df99

Please sign in to comment.