If you're watching this after the recent update, Astra DB Search and Source nodes have been unified. You will now need a Parse Data node connected to your Astra DB node's Search Results output. Connect the Parse Data node's Text output to the Prompt context.
Tim, I was trying to understand the RAG topic from the codes, but I was having difficulty understanding what the sequence was. It was a very clear and great video. Please don't deprive us of your knowledge. Thank you very much.
Another fantastic demonstration. Well done. I have been seeing ads for Astra DB, but real reason to check out till now. Are you planning a TTS lesson giving voice to the Chatbot soon?
Hello, LongFlow has been updated and changed a lot. [Text Input] component not longer support text type output, only message type output. You need to create "Custom Component" to convert "Message to Text" and this connect with "Session ID" with [Chat Memory] component.
@TechWithTim this is an excellent breathrough training video 🎉. But, "Astra DB Search" feature is missing from the menu (in the free version). One can't implement this without "search". Any suggestions?
Very intuitive and helpful. I'm left wondering if the parsing and vectorization of the PDF has to be done every time this gets fired up, or if you can bypass that if the database already exists in Astra.
This should be a good challenge for the new version of langflow. What do you think about this? Because now, we need to change the components and everything that we want
There is a new version of Astra DB Search that does not accept the input text as input. This tutorial is because of that is broken. I also note that there is a bug in Langflow, I once refreshed and lost all the connections saying that they were not valid.
Thank you! This stepwise process is SO useful for us non-coders. Quick question: How would one make this work on a folder of mixed files (ppt, doc, pdf). Does one need to load each file individually into astra?
Can you make a video about creating a chat program with files that will be local without the Internet? Thank you for your wonderful effort and excellent explanation in conveying the information.
Your explanation was excellent, thank you! Regarding the formatting of the PDF text, should it be structured as a series of questions and answers, or can I use a regular PDF ebook format and the system will be able to generate answers based on the book's content?
This is really helpful, thanks Tim!!! I have a question. In my project, I am storing all the messages in a DB. How do I retrieve from the DB and give it as memory here?
I wonder, what's the real difference between Langflow and Flowise for instance? Are they just like the same thing, competing application for the same thing basically?
Hi' great video thanks so much! When adding an LLM component to langflow, I would like the LLM to also search the WEB (similar to the chatGPT offers today). How can I achieve my answer to the user to include info from the web? Thanks!
Great video. But Langflow seems to have made some changes that I can't seem to figure out. Anyone know where to put the endpoint token? The field seems to be missing from the Astra DB vector store.
@@steve_fall I noticed that astra db vector store has both database and vector search capabilities as they said.but I was not able to get the flow to work.
use the ASTRA DB module. Use the search Result connector (red bullet) and link it to a Parse Data object. From its Text output, link it to the Prompt object (context input field). This should work ...
I am using Hugging Face to run Langflow. I got to the first test run of the OpenAI connection. I have a funded account and valid secret key entered but get the following error after asking a question. Error building component error building vertex openAI: Openaimodelcomponentbuild() missing 1 required positional argument: 'openai_api_key' Any thoughts? Not much out in Stack or Git world.
Also what Tim is showing is the pre-release version which is quite different from the stable version (ie: you want have input block etc...). Simplest way to get this up and running on m1 mac is basically do " docker compose -f ./docker_example/pre.docker-compose.yml up` however you need to add "platform: linux/x86_64" to langflow service docker compose file ie: docker_example git:(dev) ✗ cat pre.docker-compose.yml version: "3.8" services: langflow: platform: linux/x86_64 image: logspace/langflow:1.0-alpha
The Split Text LangChain component (@ 17:49) is experimental on Langflow's UI. And when used raises a ValueError: Error building vertex Split Text: 'str' object is not callable. Which text splitter component did you guys use? Any help will be appreciated.
I am getting errors while running the command langflow run stating import error : cannot import name openai from astra assistants , how to solve this ? Pls help , it's urgent!!
I keep getting the error "Could not install packages due to an OSError: [WinError 5] Access is denied:" when I try to install it - pretty certain admin privileges are there throughout. Any ideas why this is happening?
Hello, I keep getting this error and it's driving me crazy! 1 validation error for ChatOutputResponse sender_name apparently there's a problem with the sender name type, it needs to be a string. (I am not a programmer so i'm very clueless)
This video is not up-to-date. A lot of the components he used are not valid anymore. It's hard to follow given the new workings of Langlow (total beginner here).
Tim please please more more on AI, LLMs, LangChain, .... free APIs
yes, i want more and more on ai, machine learning
i want that too
Honestly I've been waiting for an intuitive tutorial on RAG and it's really nice that you have posted this video.
Thanks @TechWithTim
If you're watching this after the recent update, Astra DB Search and Source nodes have been unified. You will now need a Parse Data node connected to your Astra DB node's Search Results output. Connect the Parse Data node's Text output to the Prompt context.
thanks
Please make one dedicated playlist Tim, which will contain RAG, AI agent, vector db-related concepts
Tim, I was trying to understand the RAG topic from the codes, but I was having difficulty understanding what the sequence was. It was a very clear and great video. Please don't deprive us of your knowledge. Thank you very much.
Very helpful, very clearly explained - thanks a ton!
Great video! The intuitive UI from langflow helped a ton too
Thank you very much Tim! It is an excellent introductory video
Yes Tim this is what i need and more...blessed brother.
Thanks for the knowledge tim😊
This was quick and good video and easy to understand the concept.. Thanks
Wow .This is awesome Tim.
Another fantastic demonstration. Well done. I have been seeing ads for Astra DB, but real reason to check out till now.
Are you planning a TTS lesson giving voice to the Chatbot soon?
super usefull! thanks for your sharing! 感恩的心
Hello, LongFlow has been updated and changed a lot. [Text Input] component not longer support text type output, only message type output. You need to create "Custom Component" to convert "Message to Text" and this connect with "Session ID" with [Chat Memory] component.
Thank you. It was of great help.
Great video, thanks! How would you go from there to deploy this to your website?
This is AWEsome, TY!
@TechWithTim this is an excellent breathrough training video 🎉. But, "Astra DB Search" feature is missing from the menu (in the free version). One can't implement this without "search". Any suggestions?
You can use the "Parse Data" component to transform Data into Text.
If this tool is free, then it’s a game changer
As a beginner I get the concept but there some technical bits I couldnt follow, but thanks, overall quite helpful.
my left menu is entirely different...mine looks like the one in the docs e.g "inputs" "outputs" I have neither
same here
@@bored_randomguy You can use the "Parse Data" component to transform Data into Text.
Great Video Tim! Thanks , but how we can self host Langflow? because it looks like it's only for localhost the installation.
i did not find Astra DB Search
How did you solve it?
It's unified with Astra DB. Connect the Search Results to a Parse Data node and connect that to the prompt context.
Great video Tim!
How do you choose which vector DB to use? What are the trade-offs? Thanks :)
Hey Tim I didn't find the input option on the side bar
Imstall pre-release version
i was literally watching a 1hr course of Langchain but the video is 11months ago then i saw your video😂
Hi Tim, great video! I wonder if it is possible to export as python code or similar instead of json ?
Great!
how can we implement this in an app of our own, does langflow provide api for that?
Thks Tim u r the best...
Thank you for the video! It seams astra Vector search no longer exists. Is there a way to use this model with something in place for it?
Very intuitive and helpful. I'm left wondering if the parsing and vectorization of the PDF has to be done every time this gets fired up, or if you can bypass that if the database already exists in Astra.
Good video, but hard to follow given all the different changes to the Langflow components, especially that Vector Search is not available.
You can use the "Parse Data" component to transform Data into Text.
This should be a good challenge for the new version of langflow. What do you think about this? Because now, we need to change the components and everything that we want
No longer works. Astra db Search does not show as a component
You can use the "Parse Data" component to transform Data into Text.
There is a new version of Astra DB Search that does not accept the input text as input. This tutorial is because of that is broken. I also note that there is a bug in Langflow, I once refreshed and lost all the connections saying that they were not valid.
Thank you! This stepwise process is SO useful for us non-coders. Quick question: How would one make this work on a folder of mixed files (ppt, doc, pdf). Does one need to load each file individually into astra?
Can you make a video about creating a chat program with files that will be local without the Internet?
Thank you for your wonderful effort and excellent explanation in conveying the information.
Please use open LLM flow for rag. Thanks.
Great content - can you please clarify whether the input pdf can be also some unstructured text data or code ? If not,is there a way to to do that ?
Your explanation was excellent, thank you! Regarding the formatting of the PDF text, should it be structured as a series of questions and answers, or can I use a regular PDF ebook format and the system will be able to generate answers based on the book's content?
This is really helpful, thanks Tim!!! I have a question. In my project, I am storing all the messages in a DB. How do I retrieve from the DB and give it as memory here?
that was well presented..
For the langflow that we build, is there a way for get the source code of it?
I wonder, what's the real difference between Langflow and Flowise for instance? Are they just like the same thing, competing application for the same thing basically?
Thanks! :)
Hi' great video thanks so much! When adding an LLM component to langflow, I would like the LLM to also search the WEB (similar to the chatGPT offers today). How can I achieve my answer to the user to include info from the web? Thanks!
Great video. But Langflow seems to have made some changes that I can't seem to figure out. Anyone know where to put the endpoint token? The field seems to be missing from the Astra DB vector store.
You should use 'python -m langflow run' to run the langflow package from your IDE
Vector Search is no longer in the components option.
DB Astra DB module can also be used for search.
Great - but what about deploying it to the internet ?
My vector Search module disappeared, do you know what it could be? There is no such option in the menu! : (
Tim, I don't see the Vector Search options. I have installed this on two different machines and it doesn't show up.
Same issue here did you resolve
I have the same issue too
@@steve_fall I noticed that astra db vector store has both database and vector search capabilities as they said.but I was not able to get the flow to work.
use the ASTRA DB module. Use the search Result connector (red bullet) and link it to a Parse Data object. From its Text output, link it to the Prompt object (context input field). This should work ...
I am using Hugging Face to run Langflow. I got to the first test run of the OpenAI connection. I have a funded account and valid secret key entered but get the following error after asking a question. Error building component error building vertex openAI: Openaimodelcomponentbuild() missing 1 required positional argument: 'openai_api_key' Any thoughts? Not much out in Stack or Git world.
Hey Tim Just A Small Request Dude Hope You See This Comment, Can You Make A Cource On Tensorflow?
This tools at fez/2024 is usable? The version python and longflow are conflicting
Is there a way to have the bot do a greeting in the beginning?
always saying incorrect api key when i try to make a astra db whats the problem does it is with the region problem.?
I installed Langflow today, but it doesn't show the text input / output blocks err!
How can one make it as a stand alone product (webapp or native) with variable input pdf?
Hi.
Can we add function calling also with RAG, using Langflow.
Also what Tim is showing is the pre-release version which is quite different from the stable version (ie: you want have input block etc...). Simplest way to get this up and running on m1 mac is basically do " docker compose -f ./docker_example/pre.docker-compose.yml up` however you need to add "platform: linux/x86_64" to langflow service docker compose file ie:
docker_example git:(dev) ✗ cat pre.docker-compose.yml
version: "3.8"
services:
langflow:
platform: linux/x86_64
image: logspace/langflow:1.0-alpha
langflow is cool
What does it do if the pdf does not contain the answer to the question? Does it behave similar to a non-RAG LLM?
chat memory has changed now and don't have a session ID, what to do?
Astra Db search not found in latest Lang flow
For all people, this run only from TH-camrs machine.
i couldnt even able to install langflow have any one tried installing langflow its giving me so many errors
it did give too many too but venv solved the issue
@@DanielCupakTUR oh that's all? Virtual environment fix all those
@@DanielCupakTUR I've tried it in and out of venv and it still fails spectacularly.
@@shawn445 no it worked actually but u have to use the exact python version 3.10 it works only on this version
The Split Text LangChain component (@ 17:49) is experimental on Langflow's UI. And when used raises a ValueError: Error building vertex Split Text: 'str' object is not callable.
Which text splitter component did you guys use? Any help will be appreciated.
As of langflow 1.0.0a44 use the Language Recursive Text Splitter instead. I set the separator type as python and it worked for me.
What if the PDF has images and / or tables?
File uploading doesnt work for me, do you know what could be the reason
can we use this as a seprate microservice secondly integrate it with a hugging face llm, embeddings are cheap but q/a is expensive on opne ai
It would be really helpful if the app can query a database instead of the ped doc and give results in natural language...
How easy is this to scale??
How do you deploy your application
hey, i cannot see the input option on the side bar, pls assist me
Same. I'm seeing a much longer list of items on my sidebar than the one in the video, but nothing saying 'input'.
Install pre-release
I am getting errors while running the command langflow run stating import error : cannot import name openai from astra assistants , how to solve this ? Pls help , it's urgent!!
can't join "chat Input" and "Prompt" block, I think interface changed
I keep getting the error "Could not install packages due to an OSError: [WinError 5] Access is denied:" when I try to install it - pretty certain admin privileges are there throughout. Any ideas why this is happening?
Tim. Honestly your a beast bro!! What tips can you give me to learn python asap!!!???
"How can one add this chatbot feature to the website?"
can anyone help with lanflow, i am trying to launch lanflow in my machine but getting connectError due to SSL certificate_verify_failed
Hello, I keep getting this error and it's driving me crazy!
1 validation error for ChatOutputResponse
sender_name
apparently there's a problem with the sender name type, it needs to be a string.
(I am not a programmer so i'm very clueless)
I fixed this my upgrading to langflow 1.0.9. Run 'pip install langflow -U' to update. The rebuild the components on your document.
Does anyone know if it is possible to run llama 3 with groq using this yet?
How to protect a company's information with technology ?
This video is not up-to-date. A lot of the components he used are not valid anymore. It's hard to follow given the new workings of Langlow (total beginner here).
I also made one, its trending topic on yt. Though i dont added to yr
free APIs
Cna ir understand images in pdf
Guest: do you pay your wait staff minimum wage
Chat bot has logged off.
Sadly langchain is pretty mediocre.
What do you suggest then?
Langflow has changed a lot. This video will no longer work without a lot of changes.
This guide is depricated
El chiste es programarla no usar un servicio