diff --git a/docs/gallery/articles/talk_to_taipy/images/talk_to_taipy_example.gif b/docs/gallery/articles/talk_to_taipy/images/talk_to_taipy_example.gif deleted file mode 100644 index 5063eeeb7..000000000 Binary files a/docs/gallery/articles/talk_to_taipy/images/talk_to_taipy_example.gif and /dev/null differ diff --git a/docs/gallery/articles/talk_to_taipy/images/talk_to_taipy_image.jpeg b/docs/gallery/articles/talk_to_taipy/images/talk_to_taipy_image.jpeg deleted file mode 100644 index c2e59c09d..000000000 Binary files a/docs/gallery/articles/talk_to_taipy/images/talk_to_taipy_image.jpeg and /dev/null differ diff --git a/docs/gallery/articles/talk_to_taipy/index.md b/docs/gallery/articles/talk_to_taipy/index.md deleted file mode 100644 index 8016320c6..000000000 --- a/docs/gallery/articles/talk_to_taipy/index.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -title: TalkToTaipy -category: llm -data-keywords: dashboard vizelement layout chart ai enterprise -short-description: Explore datasets using only natural language using TalkToTaipy! -order: 8 -img: talk_to_taipy/images/talk_to_taipy_image.jpeg -hide: - - toc ---- -Explore datasets using only natural language using TalkToTaipy! - -!!! 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' } - -# Understanding the Application - -This application allows users to enter a prompt to manipulate or visualize data such -as "Plot sales by product line in a pie chart" and the app will generate the -appropriate visualization. - -This works by calling a quantized version of HuggingFace's StarCoder code generation -LLM model hosted on Azure. The user prompt entered on the Taipy app gets sent to the -model, which uses few-shot learning to generate pandas code to manipulate the data and -Taipy code to create the visualization. - -![An example use of TTT](images/talk_to_taipy_example.gif){width=90% : .tp-image-border } - -![What are the 5 most profitable cities?](images/talk_to_taipy_image.jpeg){width=90% : .tp-image-border } diff --git a/mkdocs.yml_template b/mkdocs.yml_template index 78ec3d0dd..c7c57cb6e 100644 --- a/mkdocs.yml_template +++ b/mkdocs.yml_template @@ -237,7 +237,6 @@ nav: - "LLM": - "LLM": gallery/llm/index.md - "LLM Chatbot" : gallery/articles/chatbot/index.md - - "TalkToTaipy" : gallery/articles/talk_to_taipy/index.md - "Vision ChatBot": gallery/articles/vision_chatbot/index.md - "RAG ChatBot": gallery/articles/rag_chatbot/index.md - "Sentiment Analysis": gallery/articles/sentiment_analysis/index.md