Explained about Memory in Crew AI #crewai
9:42
Explained Python, Spark API in DuckDB
8:51
Пікірлер
@akashsingh-nr3iv
@akashsingh-nr3iv Күн бұрын
@LetsLearnWithChinnoVino Thank you this video is helpful . I am able to create table in Polaris catalog. I had one question, after creating the table , can we just read the table from the polaris catalog interface as I dont see any option to read it ?
@tcsanimesh
@tcsanimesh Күн бұрын
Hi I love your explanation . Can you tell me is the langchain playlist complete . Also is the playlist containing tutorials in order
@LetsLearnWithChinnoVino
@LetsLearnWithChinnoVino 17 сағат бұрын
Yea it is in order
@asitnayak636
@asitnayak636 Күн бұрын
from where and how would the 'user_info' place holder in the prompt gets replaced ? And for the 'messages' placeholder, would the simple user question get placed or the entire state's message gets placed ?
@odevsnap
@odevsnap 3 күн бұрын
Amazon! Very good! I only made changes, such as the way the agents are created and I removed tavily
@asitnayak636
@asitnayak636 4 күн бұрын
Is this video the end of this playlist ?
@LetsLearnWithChinnoVino
@LetsLearnWithChinnoVino 3 күн бұрын
Yes
@azharsayyad
@azharsayyad 4 күн бұрын
@LetsLearnWithChinnoVino
@LetsLearnWithChinnoVino 3 күн бұрын
May I know if you found it useful ??
@asitnayak636
@asitnayak636 5 күн бұрын
Why do we need to pass "config" while calling app.update_state, or app.get_state() ? Does this mean, for different configs(threads/sessions) we can modify the state i.e, the input structure and type ?
@LetsLearnWithChinnoVino
@LetsLearnWithChinnoVino 4 күн бұрын
Can u pls elaborate little bit
@asitnayak636
@asitnayak636 5 күн бұрын
11:00 - As we have already used "parser.get_format_instructions()" while formatting the prompt, why do we need to pass the "parser" again at the end of the chain ? Because the prompt itself contains the formatting instructions.
@asitnayak636
@asitnayak636 5 күн бұрын
In few-shot prompting section, since we are already defining the structure in the prompt itself, we don't need to keep the "structured_llm" at the end of the chain, right ? We can simply use the llm ? Superb video bro. So much info in this video, with great clarity !
@asitnayak636
@asitnayak636 6 күн бұрын
7:05 - when we are already binding the LLM with tools, why do we need to make a separate ToolNode and add that to the graph ? Then what's the purpose of binding the LLM with tools ? 8:13 - In case the tool call isn't required, then the edge from "tools" to "chatbot" won't be used right ? It's simply there for redirecting back to "chatbot" only in case of tool call. Is my understanding correct ?
@LetsLearnWithChinnoVino
@LetsLearnWithChinnoVino 5 күн бұрын
For 1. Yes we don’t need to, if you see, I have passed the tool to ToolNode, which is not binded. I mean, I didn’t use the variable which is binded inside the ToolNode. 2. Yes you are correct bro
@asitnayak636
@asitnayak636 6 күн бұрын
Bro what video is after what video in this playlist ? Please reorder the videos in this playlist bro !
@LetsLearnWithChinnoVino
@LetsLearnWithChinnoVino 6 күн бұрын
If you are looking for LangGraph tutorials. Then, it is already in order bro.. Lang Chain is little not ordered as I didn’t have the intention of making playlist while making langchain, but langraph is in Perfect order…
@asitnayak636
@asitnayak636 6 күн бұрын
@@LetsLearnWithChinnoVino Its bottom to top I guess. Last video's the oldest and the thumbnail says, "Introduction to LangGraph". Thanks for these content bro !
@NiranjanRaoBangale
@NiranjanRaoBangale 7 күн бұрын
Great efforts continue it.
@OthaRaffaela
@OthaRaffaela 7 күн бұрын
You're doing a fantastic job! A bit off-topic, but I wanted to ask: I have a SafePal wallet with USDT, and I have the seed phrase. (alarm fetch churn bridge exercise tape speak race clerk couch crater letter). How should I go about transferring them to Binance?
@LetsLearnWithChinnoVino
@LetsLearnWithChinnoVino 7 күн бұрын
Sorry to say. I am not sure !!
@azharsayyad
@azharsayyad 9 күн бұрын
can you please make a video explaining knowledge
@LetsLearnWithChinnoVino
@LetsLearnWithChinnoVino 9 күн бұрын
For sure, will post shortly !!
@vaishnaviv6168
@vaishnaviv6168 10 күн бұрын
I am new to the iceberg analysis, Is it possible to generate an iceberg table without the "glue catalog" phase? I have my input and output s3 URIs. If so, what could be the spark initialization criteria? Thank you :)
@LetsLearnWithChinnoVino
@LetsLearnWithChinnoVino 7 күн бұрын
I also need to check before I comment but I will make complete end to end s3 video where everything about s3 will be covered. Will make sure to cover this query over there as well !!
@myworld342
@myworld342 10 күн бұрын
Thank you Praveen for this video. It is very useful. What are the best document formats for facilitating the text splitting? I am currently working with a json document in Flowise (nocode Langchain platform) and the options are: Recursive, Character, Token, Markdown). There is no Json text splitter option. What is the best available alternative? Or is it better to convert the file to Markdown or another format? Thanks for the clarification!
@LetsLearnWithChinnoVino
@LetsLearnWithChinnoVino 10 күн бұрын
For json, I am aware of RecursiveJsonSplitter alone from langchain, not sure if that helps/ works out for u. Sorry if I cannot help u !!
@keerthikakj191
@keerthikakj191 11 күн бұрын
Thank you. very clear
@siddhantnayak8773
@siddhantnayak8773 12 күн бұрын
very nice knowledge shared in this playlist
@warishayat3595
@warishayat3595 25 күн бұрын
Everything is in single video 🫠
@warishayat3595
@warishayat3595 25 күн бұрын
To clumsy brother.
@LetsLearnWithChinnoVino
@LetsLearnWithChinnoVino 24 күн бұрын
Will make sure make short videos from next on !!, ty for feedback
@warishayat3595
@warishayat3595 26 күн бұрын
Bro do the same thing with langchain
@LetsLearnWithChinnoVino
@LetsLearnWithChinnoVino 25 күн бұрын
In langchain we can’t create agents, to create agents only langchain team has developed a framework (called LangGraph)
@andy111007
@andy111007 28 күн бұрын
notebook?
@LetsLearnWithChinnoVino
@LetsLearnWithChinnoVino 27 күн бұрын
As it’s just the commands, didn’t save the work. Sorry for that !!
@zhasktherealman
@zhasktherealman Ай бұрын
Thank you so much for the video, I was exactly looking for a sample video on this.
@popcet224
@popcet224 Ай бұрын
For this example, can you please tell me what the prediction column actually stands for? The data is true/false what does it mean please.
@ManishJindalmanisism
@ManishJindalmanisism Ай бұрын
Can we create a iceberg table directly from a existing csv/parquet file residing in S3 using Athena, just like we did in Glue? Or first there has to be external table then insert into iceberg table from that external table?
@LetsLearnWithChinnoVino
@LetsLearnWithChinnoVino Ай бұрын
we can create directly create iceberg from glue, glue catalog supports iceberg tables now.
@gauravmodi12
@gauravmodi12 Ай бұрын
Please share the scripts as well
@LetsLearnWithChinnoVino
@LetsLearnWithChinnoVino Ай бұрын
Sorry, lost it !!
@ParthivShah
@ParthivShah Ай бұрын
your explanation is very simple and clear. I liked the way you are teaching. I have one suggestion for you. just try to cover topics in sequential manner, like one full course instead of putting random topics. by making whole playlist of langchain from scratch to advance and then deployment you'll definetly attract more people to your channgle bcoz that's what YT is lacking in terms of langchain. Only my POV. Thanks for this tutorial.
@mirza_zaheer
@mirza_zaheer Ай бұрын
Where to find the codebase?
@LetsLearnWithChinnoVino
@LetsLearnWithChinnoVino Ай бұрын
I dot have it.
@magicgoku
@magicgoku 2 ай бұрын
Very well explained. Keep them going!
@dps158
@dps158 2 ай бұрын
is tools work for sepecific llm , as i tried with google llm , not working ?
@LetsLearnWithChinnoVino
@LetsLearnWithChinnoVino 2 ай бұрын
Even Gemini supports tool calling , ask Gemini chat to give some sample code..
@dps158
@dps158 2 ай бұрын
sir you are doing a good job. can you please create one more video related to Tool for begineers.
@LetsLearnWithChinnoVino
@LetsLearnWithChinnoVino 2 ай бұрын
It’s in line bro, Wil make it… pls don’t calls sir !! I am Praveen
@dps158
@dps158 2 ай бұрын
you are really doing a good job only one thing if you can maintain the sequence of video,
@PangaKarthik-t3h
@PangaKarthik-t3h 2 ай бұрын
i have followed the same steps but, at the last I'm unable to see the table in polaris account
@LetsLearnWithChinnoVino
@LetsLearnWithChinnoVino 2 ай бұрын
I faced similar issue but i later realised that, I missed one or the other steps. I recommend you to pls follow each and every step and also recheck one more time . Also can u run the SQL statement I shared and check if you are able to send notification to Polaris catalog or not and see what is the error you are getting !!
@PangaKarthik-t3h
@PangaKarthik-t3h 2 ай бұрын
@@LetsLearnWithChinnoVino Thank you , got it!
@mihirpatel2512
@mihirpatel2512 3 ай бұрын
Also hyperopt is no longer Supported and preinstalled on Databricks, Optuna is now preferred. :)
@mihirpatel2512
@mihirpatel2512 3 ай бұрын
Amazing Crystal clear explaination and to the point! Saved me hours of research! Please keep uploading and be sure to keep content up to date. Thank You!
@AashishG-y1z
@AashishG-y1z 3 ай бұрын
nice
@NageshY-k7u
@NageshY-k7u 3 ай бұрын
Hi Bro, Thanks for explanation. As you explained tried to execute the same but got error like below ((((Error Category: UNCLASSIFIED_ERROR; IllegalArgumentException: No enum constant org.apache.hudi.common.model.HoodieTableType.COPY_ON_READ))))). If possible can you please guide me the same. Thanks Nageswara Reddy
@LetsLearnWithChinnoVino
@LetsLearnWithChinnoVino 3 ай бұрын
Hudi has only COPY ON WRITE & MERGE ON READ table types, it doesn't have COPY ON READ table type, pls refer my code in GitHub. Also make sure your IAM role has enough permissions
@mukulkulshreshtha1413
@mukulkulshreshtha1413 3 ай бұрын
Can you add the notebook in description
@ShikhaVishwakarma-c5c
@ShikhaVishwakarma-c5c 4 ай бұрын
Good job. Could you please attach the notebook?
@LetsLearnWithChinnoVino
@LetsLearnWithChinnoVino 4 ай бұрын
Apologies, I missed to save the notebook and deleted azure resource group so everything is gone. Will make sure to upload from next videos on. Please excuse
@LetsLearnWithChinnoVino
@LetsLearnWithChinnoVino 4 ай бұрын
shorturl.at/kmgcW --deck
@achintamondal1494
@achintamondal1494 4 ай бұрын
awesome!! could you please share the deck.
@LetsLearnWithChinnoVino
@LetsLearnWithChinnoVino 4 ай бұрын
shorturl.at/kmgcW
@mainuser98
@mainuser98 4 ай бұрын
If i delete the managed table, will it delete the files also in storageaccount?
@LetsLearnWithChinnoVino
@LetsLearnWithChinnoVino 4 ай бұрын
Yes it will , similar to HIVE
@mainuser98
@mainuser98 4 ай бұрын
@@LetsLearnWithChinnoVino Thanks, in the old way databricks used to store the tables in the dbfs storage account right? why does unity catalog store the managed tables in a different storage account and not the one who is created automatically?
@iphonewalebhaiya125
@iphonewalebhaiya125 5 ай бұрын
can it be used for large dataset which has approx 14-15 million rows
@LetsLearnWithChinnoVino
@LetsLearnWithChinnoVino 5 ай бұрын
Absolutely, we can do with large datasets and it works very well
@michaeld9682
@michaeld9682 5 ай бұрын
Good job
@LetsLearnWithChinnoVino
@LetsLearnWithChinnoVino 5 ай бұрын
previous video (part -1 ) kzbin.info/www/bejne/moqqpn2sopJ0hc0