Пікірлер
@AymanHaneen
@AymanHaneen 4 минут бұрын
Great video
@AmeliaHoskins
@AmeliaHoskins 20 сағат бұрын
Good introduction for people with no AI nor code knowledge the steps can be abstractly understood. The names of elements given some understanding.
@xt3708
@xt3708 3 күн бұрын
Thank you for all of your videos! you have a gift for explaining difficult concepts with simplicity and clarity. Happy New Year, hope you are doing well, haven't seen a new video in a while
@theguy5423
@theguy5423 11 күн бұрын
2:20 i think you could have improved the diagram flow here. This is really confusing.
@charlielaw48
@charlielaw48 16 күн бұрын
This is so good - even better than how LangChain explains itself in their doc (including LangGraph and LangSmith tutorials)!
@Dream4rc
@Dream4rc 16 күн бұрын
This is exactly what i needed for my project. thanks a lot!!
@DENai-win
@DENai-win 19 күн бұрын
Recently, I saw this tool called Composio, it says that it helps with integrations, would love to have a video on it
@joseduarte1240
@joseduarte1240 24 күн бұрын
Really need some help in one project
@joseduarte1240
@joseduarte1240 24 күн бұрын
Can we talk in discord twitter or other?
@adithyavenugopal1522
@adithyavenugopal1522 27 күн бұрын
Is A/B testing really dead?
@srinivasamaddukuri282
@srinivasamaddukuri282 27 күн бұрын
vey useful illustration with the diagram. can you post lang graph, smith and server usage
@JackMeier-fg1nm
@JackMeier-fg1nm 28 күн бұрын
Great content, great relatable presentation, conceptual overview before seeing the code structure. You honestly have a great workflow/understanding for how to present information. Keep it up and stay on this course. You are really providing value, people realize this once they actually engage with you content. Tack!
@halisyilmaz_
@halisyilmaz_ 28 күн бұрын
Nice job, I will definetly try feeding the result with errors and re-try policy to my app. Also you can increase the performance of filtering andunderstanding via explaining the table in detail in your template message
@ameraid05
@ameraid05 Ай бұрын
A more likely benefits, is that people pesonality also changes. For example this person became a mom, so you will like adapt the persona type over time
@ZorroS-b9z
@ZorroS-b9z Ай бұрын
Thank you. Information is presented really well for a 5 year old like me
@FIBONACCIVEGA
@FIBONACCIVEGA Ай бұрын
Im back . Just struggling to fix Erro 401 in my workflow . I have all the credential and everything running but even with the cloud function working I can't run the workflow . Please help 😭😭😭😭😭
@jnayehsirine6222
@jnayehsirine6222 Ай бұрын
Heyy , am I the only one that the code on github didnt execute !
@FIBONACCIVEGA
@FIBONACCIVEGA Ай бұрын
I have watched many videos and this has to be the best of all. It shows in a practical way step by step. I have a problem in my function since it requires extracting credentials from another API and then sending them to BIGQUERY but the configuration of these has not worked for me. Like me, you have your credentials in the .env but I don't understand how to do it so that it uses this in the functions.
@_mohamedesmat
@_mohamedesmat Ай бұрын
which tool you used for creating this diagram please?
@FlynnL-r7k
@FlynnL-r7k Ай бұрын
This is a brilliant tutorial thanks very much!
@postnetworkacademy
@postnetworkacademy Ай бұрын
"Great video! This explanation of LangChain's core concepts is super helpful for beginners looking to build LLM applications. Thanks for sharing the code link as well-makes it easy to follow along and experiment!"
@karoinnovation1033
@karoinnovation1033 Ай бұрын
This channel is insanely good! I am sure it will get the attention it deserves. Great stuff indeed. No BS, straight to the point. Super excited to found this channel.
@manrajsingh8617
@manrajsingh8617 Ай бұрын
Best video I have ever seen on explaining Langchain soo far 💯
@gouthamansaravanan7692
@gouthamansaravanan7692 2 ай бұрын
Thats super neat !!
@LostInTheRush
@LostInTheRush 2 ай бұрын
Er du tilfældigvis Dansker? 😅
@lovebaking2503
@lovebaking2503 2 ай бұрын
can I know where is the command to load your APi Key before you call the chatopenAI function? thanks..
@srikumaraduri4944
@srikumaraduri4944 2 ай бұрын
Great instructional Video. Very well done. Thank you for sharing. sub'ed right away.
@maharun
@maharun 2 ай бұрын
so agents are nothing but a function? (feel free to correct me if I'm wrong)
@Amr-fc1kd
@Amr-fc1kd 2 ай бұрын
Very interesting information, but i didn't get it what could be the privilege of using langChain + Pincone vs using open AI Assistance + vectore storage ?
@MaiaraAraujo-h8n
@MaiaraAraujo-h8n 2 ай бұрын
Question: Due to the looping in Langchain's Agent, is there an excessive consumption of tokens?
@TymofiiNas
@TymofiiNas 3 ай бұрын
Can you please describe your learning process of the new things? I want to be as good as you are
@TymofiiNas
@TymofiiNas 3 ай бұрын
Instant sub, no bs, just straight really helpful info from the specialist. Thank you so much man and your website is amazing, now it's my favorite!
@MikeCummings-ki2nk
@MikeCummings-ki2nk 3 ай бұрын
Always say what environment you are working in the title.. windows/linux/........
@returncode0000
@returncode0000 3 ай бұрын
Incredible tutorial, I learnt a lot! Will you also do videos on langgraph or crewai?
@GerryRCS
@GerryRCS 3 ай бұрын
We need more videos like this, comprehensive for the general public and for newbies like me. Thank you!
@abhinabaghose3380
@abhinabaghose3380 3 ай бұрын
what has been your experience with text to pandas dataframe? Is it better than text to sql in terms of complexity?
@PetronasBoyy
@PetronasBoyy 3 ай бұрын
I am working on this for a Business and I can relate to everything you said. Getting a structured output is hard. Getting deterministic outputs is hard. Multiple cons of Vector DBs when the data is live. (Changes in stock levels and all).
@meudta293
@meudta293 3 ай бұрын
How does de LLM know the exact table names ? How it's aware of it?
@halisyilmaz_
@halisyilmaz_ 28 күн бұрын
I am working on a similar project and it gets tabel names, columns from db_schema and usually if you explain the meaning and connections between the columns and tables in your message template it helps to LLM understand table better. Also additionally you can ask LLM to not include any unwanted characters like ' in the template as an extra filtering.
@mrchongnoi
@mrchongnoi 3 ай бұрын
I am late to the game on this video. I have been working on a TextToSQL project. Like most of the examples I have viewed, the LLM can understand the context of columns. From the project I am working on, the names of the columns may have some hint of what the data would be or its use. The schema I have has a date, a reference date, and a delivery date. Delivery date is obvious. There are other fields where the names are not indicative of the values. What happens when you have multiple tables with a large schema? My approach is to use the LLM to build the SQL and not to synthesize, as the amount of data could be quite large.
@premmanu6557
@premmanu6557 3 ай бұрын
You should be able to define some of the fields in the prompt with examples. That way the model can try to differentiate what the field means
@rishabsingh7265
@rishabsingh7265 4 ай бұрын
Great Video, please improve the audio and soundtrack choice.
@sahinakhtar2246
@sahinakhtar2246 4 ай бұрын
Unable to see the names of the db using "print(db.get_usable_table_names())" but the Database connected successfully, it shows an empty array [], What I'll do?
@mnava4290
@mnava4290 4 ай бұрын
Excellent coding examples. Please do more of these. Please do a tutorial on how to summarise comments received on a KZbin video.
@DeborahJones-b9x
@DeborahJones-b9x 4 ай бұрын
937 Hartmann Parkways
@EdmundDwight-i8o
@EdmundDwight-i8o 4 ай бұрын
Walker Susan Lewis Deborah Miller Patricia
@SiarheiAkhramenia
@SiarheiAkhramenia 4 ай бұрын
No single piece of code provided here is runnable in 2024 due to API changes :(
@CeejayPTcoach
@CeejayPTcoach 4 ай бұрын
hi sir , will using different Models for the embedding and Answers Generation not reduce the Precision ?
@paoloalvarez9788
@paoloalvarez9788 4 ай бұрын
Great content!
@NavyaVedachala
@NavyaVedachala 4 ай бұрын
Thank you!
@antonlagergren
@antonlagergren 4 ай бұрын
Wonderful content 🌟 Thank you for making this. - Question - Which application did you use to create the presentation? (@ approx min 4:39 with the expanding and collapsible menus/topics) It looks great and I’d like to try and use that to make my own presentations. Thank you!
@verygood5377
@verygood5377 4 ай бұрын
Yes, I also want to know
@lamak_Hales
@lamak_Hales 3 ай бұрын
maybe prezi
@Traveling_with_Tyler
@Traveling_with_Tyler 4 ай бұрын
Thank you for the resource but it does not work for me. It would be great if the video includes how to get those strings for topic, dress. This video might be good resource for people who already known pub/sub but it is a little hard to do step by step action for beginners