DEV Community

Cover image for How to Build: a Text-to-PowerPoint Application (LangChain, OpenAI, CopilotKit & Next.js)

How to Build: a Text-to-PowerPoint Application (LangChain, OpenAI, CopilotKit & Next.js)

Bonnie on March 13, 2024

TL;DR In this article, you will learn how to build an AI-powered PowerPoint application that can search the web to automatically make a ...
Collapse
 
zender123 profile image
Zender

Sorry, this is just too long of an article...

Collapse
 
nevodavid profile image
Nevo David

RAG with Copilot, Langchain, and Tavily is a weapon of mess destruction 💥

Collapse
 
the_greatbonnie profile image
Bonnie

This combination is the future of web development.

Collapse
 
uliyahoo profile image
uliyahoo

Yup... combining these things just really starts to unlock the power of LLMs inside applications.

Collapse
 
uliyahoo profile image
uliyahoo

This is an awesome article Bonnie. Well done!

Collapse
 
the_greatbonnie profile image
Bonnie

Thanks, Uliyahoo.

I learned a lot working on this article.

Collapse
 
jeremiah_the_dev_man profile image
Jeremiah

Love this!

Collapse
 
the_greatbonnie profile image
Bonnie

Thanks, Jeremiah.

Collapse
 
daniel1230 profile image
Daniel

I don't understand where it searched the web and where it just used the model. Didn't just use Open AI's web search?

Collapse
 
the_greatbonnie profile image
Bonnie

When you give the in-app chatbot a prompt, Tavily starts researching the topic and then it combines with Open AI to deliver the presentation.

Collapse
 
uliyahoo profile image
uliyahoo

Have to ask Bonnie, but when it is calling Tavily, it is using a web-searching AI agent.

Collapse
 
ferguson0121 profile image
Ferguson

Nice

Collapse
 
the_greatbonnie profile image
Bonnie

Thanks, Ferguson.

Collapse
 
uliyahoo profile image
uliyahoo

Here's the first version of this application for anyone curious, although this new one is just a better version of it, and you don't need to have read the previous one to get this.

But for anyone curious:
dev.to/copilotkit/how-to-build-ai-...

Collapse
 
fernandezbaptiste profile image
Bap

Interesting read!

Collapse
 
the_greatbonnie profile image
Bonnie

Thanks.

Collapse
 
omargonz01 profile image
omar

This has been so helpful! I'm implementing the insights gained here, many thanks!