Loading video...

Video Failed to Load

Go Home

I recorded a video on how you can build a complete RAG application without writing any code. I used Langflow, an open-source project that sits on top of Langchain. Langflow hides all the complexity and makes the process 10x easier. This is a step-by-step tutorial.

96,106 views • 2 years ago •via X (Twitter)

10 Comments

Santiago's profile picture
Santiago2 years ago

Here is the same video on YouTube, in case you prefer to watch it there:

Nathan Rozendaal's profile picture
Nathan Rozendaal2 years ago

Great walkthrough. Very helpful. Love how it goes through every step end to end. Thanks Santiago!

Dylan White's profile picture
Dylan White2 years ago

This was really interesting to watch! I have made something extremely similar with but it's interesting to see how it could be done with Langflow.

Ahmed Rehan's profile picture
Ahmed Rehan2 years ago

It really helped to create a chatbot with custom URL and integrate it with VoIP for conversational IVR

Farhan Abdullah's profile picture
Farhan Abdullah2 years ago

Thanks for always sharing a high value information.

Pavan Kumar's profile picture
Pavan Kumar2 years ago

Thanks Santiago for sharing this video. I was able implement it with ease.

Kye Gomez ($swarms)'s profile picture
Kye Gomez ($swarms)2 years ago

Swarms nukes LangChain, and it's open-source. Give it a try, let me know what you hate, and I'll make it even better.

Wesley Fredericks's profile picture
Wesley Fredericks2 years ago

Thank’s SO MUCH for this tutorial. I’ve managed to build a RAG in Langflow but struggling with how to use multiple pdf’s as the source instead of a website. Managed to do it with a single document using the “file” component, but can’t figure out multiple pdf’s. Any suggestions?

Erik Sherman's profile picture
Erik Sherman1 year ago

the major problem with a UI-based approach is that while its better for Humans, its not actually better for AI. an API or even better a native library is a better approach, something like Langchain / Langgraph -> because while they have a UI (Langsmith Studio), they're mostly code-based. think about how good LLMs are now at generating react code, the availability of the framework that you are building on to be managed (code review, testing, writing) with an IDE like cursor is going to be a huge differentiator in the next 5yr

Temi's profile picture
Temi2 years ago

This is a very nice video and I like the explanation also. I watched all of it. How can one export this to a vps?

Related Videos