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

Adds new TalkToTaipy to gallery #1125

Merged
merged 1 commit into from
Sep 17, 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions docs/gallery/articles/talk_to_taipy/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
title: Talk To Taipy
category: llm
data-keywords: enterprise vizelement ai
short-description: Use natural language to ask questions about a car sales dataset. PandasAI will answer with text, tables, and visualizations
order: 14
img: talk_to_taipy/images/screenshot.png
---

Use natural language to ask questions about a car sales dataset. PandasAI will answer with text, tables, and visualizations

!!! note "Taipy Enterprise edition"

Taipy provides robust, business-focused applications tailored for enterprise
environments. To maintain standards of security and customization, these
applications are proprietary like this application. If you're looking for solutions
that are immediately deployable and customizable to your business needs, we invite
you to try them out and contact us for more detailed information.

[Try it live](https://talk-to-taipy.taipy.cloud/){: .tp-btn target='blank' }
[Contact us](https://taipy.io/book-a-call){: .tp-btn .tp-btn--accent target='blank' }


![TTT Screenshot](images/screenshot.png){width=90% : .tp-image-border }


# Understanding the Application

In this application, the user can ask a chatbot about a pre-defined car sales dataset.
The chatbot uses PandasAI and OpenAI to interpret the query, run pandas and matplotlib
code, and return text, tables, and visualizations as responses.

1 change: 1 addition & 0 deletions mkdocs.yml_template
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ nav:
- "LLM Chatbot" : gallery/articles/chatbot/index.md
- "Vision ChatBot": gallery/articles/vision_chatbot/index.md
- "RAG ChatBot": gallery/articles/rag_chatbot/index.md
- "Talk To Taipy": gallery/articles/talk_to_taipy/index.md
- "Sentiment Analysis": gallery/articles/sentiment_analysis/index.md
- "Tweet Generation": gallery/articles/tweet_generation/index.md
- "Visualization":
Expand Down
Loading