How to Build a Q&A Chatbot with RAG (No Code!) - Langflow Tutorial #3

  Рет қаралды 4,492

Leon van Zyl

Leon van Zyl

Күн бұрын

How to Build a Q&A Chatbot with RAG (No Code!)
In this video you will learn how to build a chatbot that is able to answer questions from a database (like Word Documents, PDFs, etc) using RAG and Langflow.
🙏 Support My Channel:
Buy me a coffee ☕ : www.buymeacoffee.com/leonvanzyl
PayPal Donation: www.paypal.com/ncp/payment/EK...
💬 Chat with Like-Minded Individuals on Discord:
/ discord
🧠 I can build your chatbots for you!
www.cognaitiv.ai
🕒 TIMESTAMPS:
00:00 - Intro
01:41 - Adding Context Manually
02:31 - Adding Data Loader and Context
03:42 - RAG, Chucking and Vectors
06:54 - Creating the Vector Load / Upsert
08:28 - Chroma Vector Store (Local)
10:49 - Adding Chroma Search
14:14 - Adding Pinecone Vector Store

Пікірлер: 42
@TomPooleMS
@TomPooleMS 7 күн бұрын
Leon - your videos are so informative and presented so they are easy to understand. I cannot thank you enough.
@leonvanzyl
@leonvanzyl 7 күн бұрын
You're welcome 🤗
@HyperUpscale
@HyperUpscale Ай бұрын
Finally! A great explanation how the vector store works in LangFlow 😅
@HyperUpscale
@HyperUpscale Ай бұрын
Mystery solved - after one year ...
@leonvanzyl
@leonvanzyl Ай бұрын
Thank you 😊
@HyperUpscale
@HyperUpscale Ай бұрын
@@leonvanzyl Actually, Thank you!
@jgz2
@jgz2 Ай бұрын
Thanks Leon, again very helpful.
@nicolaslemosribeiro8096
@nicolaslemosribeiro8096 Ай бұрын
Thank u man, u save my life! continue this serie i need very much
@leonvanzyl
@leonvanzyl Ай бұрын
Will do
@BismaMajeed-si1uf
@BismaMajeed-si1uf Ай бұрын
your channel is a goldmine! thankyou @leon
@leonvanzyl
@leonvanzyl Ай бұрын
You're welcome 🤗
@WayneBruton
@WayneBruton Ай бұрын
Great series thus far Leon, I like the look and the fact its Python. I hope you go all the way with this series.
@leonvanzyl
@leonvanzyl Ай бұрын
Thanks man! Anything you would like me to cover?
@WayneBruton
@WayneBruton Ай бұрын
@@leonvanzyl Agent Teams definately also, would love to know the strengths and weaknesses or a comparison between flowise and langflow. They both seem awesome. I guess ultimately it will be "horses for course" depending on your needs
@myandrobox3427
@myandrobox3427 Ай бұрын
Another great video, thanks, Leon! Does Langflow support images as input and output generated images?
@julienechavidre6389
@julienechavidre6389 Ай бұрын
Thanks a lot Leon for your video series. It helps a lot. Is there a way to have a video to produce simple code files (like JSON), based on "code samples" (probably stored in a vector store)?
@AnujSaxenaMunich
@AnujSaxenaMunich Ай бұрын
A simple text based rag application is explained at various places but there is no explanation if we can create a multimodal RAG application with either Langflow or with Flowise. Is it possible to get an example showing the usage of images in both input as well as output?
@FacadeEngineering
@FacadeEngineering Ай бұрын
Thanks. Can you also make video on html output of langflow? It is not working great like flowwise. Also how to make embedding on database trouth api and customizing components are great topics
@alessandro.depoli
@alessandro.depoli 9 күн бұрын
Hi, I'm deciding which tool to learn to start my journey, but in the last few days, I've been switching between Flowise and Langflow with double effort. Checking also Vextorshift. I like a lot Langflow for the style and the fact that it is "already online" with the new v1. Which platform do you suggest to study and use? Thank you (thanks for all the videos!) Are you continuing the series on Langflow? And on Flowise & VectorShift?
@4pass115
@4pass115 Ай бұрын
Sorry if the question seems simple, I'm not a programmer. After finishing the assistant/chat, how do I make it stay online. Do I need to store it on a server? Do you have a video showing this step? Even in flowise, you install it on the website, but if you don't access it from the computer where the "node" and flowise were installed, it gives an error.
@AKASHROY100
@AKASHROY100 6 күн бұрын
Is there any way to extract images from the knowledge base documents and retrieve them later in the output ?
@bekakakachia147
@bekakakachia147 Ай бұрын
Hello Leon, how can we control sessionid, when exporting flowise workflow via API, in Telegram bot, so it can have unique session id with each user id? Thanks in advance ❤
@bekonrexha
@bekonrexha Ай бұрын
My vector search gives this error for some reason "ValueError: Error building Component Pinecone Search: Invalid inputs provided." any idea why?
@jankotyza8146
@jankotyza8146 12 күн бұрын
Hi, The video is well-made, but I'm having trouble getting it to work with Chroma or Pinecone. It seems that Langflow has changed since the video was made. For starters, there is no "Vector search" menu as mentioned, only "Vector Stores." Additionally, both Chroma (now Chroma DB) and Pinecone have different connection points on the right side compared to the video. There are now Retriever, Search Results, and Vector Store connection points, none of which can be connected to the "context" variable on the Prompt node. As a result, I'm stuck halfway through. Perhaps the video is outdated and could use a revision? Thanks!
@leonvanzyl
@leonvanzyl 12 күн бұрын
Yeah, super frustrating for us creators when the platform changes just about everything with each release 😂.
@professions_
@professions_ Ай бұрын
A question about Chroma please. Can I add different types of data files (pdf, doc, json) using the Chroma local storage option, or will it overwrite the data?
@leonvanzyl
@leonvanzyl Ай бұрын
Yes, you can add multiple files (and different file types). The content is ADDED to the vector store.
@synergy-xl6mt
@synergy-xl6mt Ай бұрын
Compare Flowise what's advantage of Langflow
@doctordude5728
@doctordude5728 Ай бұрын
I don't have a section called "core components" so I am missing "Inputs, Outputs, Data, Models.." actually everything except "Vector Stores" and "Embeddings". What I've got are only the components that you have under the section "Extended"! So how can I get all the other components that I need to create a RAG Chatbot? Can you explain that please?
@leonvanzyl
@leonvanzyl Ай бұрын
You need to install the pre release version of Langflow. Check out my Getting Started video for installation instructions 👍
@leonvanzyl
@leonvanzyl Ай бұрын
kzfaq.info/get/bejne/jMihmb2bucW0fHk.html
@doctordude5728
@doctordude5728 Ай бұрын
@@leonvanzyl thanx a lot!
@maniecronje
@maniecronje 14 күн бұрын
Apologies if I already ask this personal preference FW or LF? Do you know if LF have more features and control than FW? I have not use LF but would like To give it a go if it is better than FW in terms of features etc. would appreciate you own personal opinion thx 🙏
@leonvanzyl
@leonvanzyl 14 күн бұрын
I think Langflow has potential, but they're not as advanced as Flowise.
@TarabUTK
@TarabUTK Ай бұрын
Hello, is video #4 available for pro members?. I am not able to see. it says"1 unavailable video is hidden" Thanks.
@leonvanzyl
@leonvanzyl Ай бұрын
Hey there, not yet. Still working on video 4 and 5 which will both release early for you next week 😊
@abedmalak_
@abedmalak_ Ай бұрын
Why langflow? Flowisee is better, right?
@professions_
@professions_ Ай бұрын
Hi Leon, aside from Deploying on Google Cloud Platform, is there another way to host Langflow online? I love your tutorials! Thank you
@leonvanzyl
@leonvanzyl Ай бұрын
I'll see if I can cover something other than GCP as well 👍
@cyberir
@cyberir Ай бұрын
Maybe free oracle cloud
@TarabUTK
@TarabUTK Ай бұрын
Where can I find the menu document download? Awesome video. Thanks
@leonvanzyl
@leonvanzyl Ай бұрын
Thank Mark! I'm not familiar with such a node. Are you trying to download the flow itself? Or something else?
VectorShift: New No-code AI builder that Live-Sync to Your Data
19:51
Llegó al techo 😱
00:37
Juan De Dios Pantoja
Рет қаралды 43 МЛН
Now THIS is entertainment! 🤣
00:59
America's Got Talent
Рет қаралды 38 МЛН
路飞被小孩吓到了#海贼王#路飞
00:41
路飞与唐舞桐
Рет қаралды 79 МЛН
How I Automated My Workflow with AI Agent Teams (NO-CODE)
23:35
Leon van Zyl
Рет қаралды 9 М.
Tricentis TOSCA Automation Tool Full Course : Step-by-Step Beginner's Tutorial
3:16:22
How to build chat with your data using Pinecone, LangChain and OpenAI
15:05
What is Retrieval-Augmented Generation (RAG)?
6:36
IBM Technology
Рет қаралды 620 М.
This AI Agent can Scrape ANY WEBSITE!!!
17:44
Reda Marzouk
Рет қаралды 46 М.
How to Build AI ChatBot with Custom Knowledge Base in 10 mins
10:46
Output Parsers & IfElse Function - FlowiseAI Tutorial #4
17:07
Leon van Zyl
Рет қаралды 15 М.
Stop paying for ChatGPT with these two tools | LMStudio x AnythingLLM
11:13
Rate This Smartphone Cooler Set-up ⭐
0:10
Shakeuptech
Рет қаралды 2 МЛН
Cheapest gaming phone? 🤭 #miniphone #smartphone #iphone #fy
0:19
Pockify™
Рет қаралды 4,3 МЛН
$1 vs $100,000 Slow Motion Camera!
0:44
Hafu Go
Рет қаралды 27 МЛН
Самые крутые школьные гаджеты
0:49
Как правильно выключать звук на телефоне?
0:17
Люди.Идеи, общественная организация
Рет қаралды 1,8 МЛН