Тёмный

Is AUTOGEN Microsoft's Langchain alternative or much BIGGER??? 

1littlecoder
Подписаться 79 тыс.
Просмотров 13 тыс.
50% 1

Autogen Github: github.com/microsoft/autogen
Autogen Announcement: www.microsoft.com/en-us/resea...
❤️ If you want to support the channel ❤️
Support here:
Patreon - / 1littlecoder
Ko-Fi - ko-fi.com/1littlecoder
🧭 Follow me on 🧭
Twitter - / 1littlecoder
Linkedin - / amrrs

Опубликовано:

 

25 сен 2023

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 54   
@HB-kl5ik
@HB-kl5ik 10 месяцев назад
Holy hell! The intros are getting smooth as butter now (literally watched 3-4 videos you posted last). To the point I don't even notice it's an intro and I get straight into the video, wow!
@1littlecoder
@1littlecoder 10 месяцев назад
I actually didn't record that separately as an intro but yeah kept that in mind to give the users something to watch the video. How was the speed btw?
@HB-kl5ik
@HB-kl5ik 10 месяцев назад
@@1littlecoder yeah that's what I meant, in short I wanted to say delivery was awesome (perfect) :D
@1littlecoder
@1littlecoder 10 месяцев назад
@@HB-kl5ikThanks for the feedback and the support!
@aaronward9140
@aaronward9140 10 месяцев назад
For those asking Langchain vs Autogen - heres my take: - Langhchain is a more general purpose LLM application framework, so it has more features out of the box. However its documentation, code and general direction is inconsistent and confusing at times. There are open source contributions being added all the time, but i find that they're often buggy or don't work in their entirety. - Autogen is a agent framework, it provides less general features but is much more powerful and simplified way of implementing agents. One cool features is that it allows users to create chat interactions with AI agents while they're breaking down a task and solving it, allowing for "human-in-the-loop". Chances are that you wont use either/or but you will use both of them in conjunction with each other. You may need stuff in both, but in my opinion Autogen is better at least for agent based workloads.
@atchutram9894
@atchutram9894 9 месяцев назад
Kindly give an example of a feature that langchain potentially has which Autogen does not possess.
@aaronward9140
@aaronward9140 9 месяцев назад
@@atchutram9894 documents loaders, chains, text splitting utils, other tools and custom use case add-ons. The way i see it its like langchsin takes the philosophy of "we need to defined ways to guide the LLMs in the application" while autogen takes the philosophy of "let the agents figure out what they need to do"
@n3cr0ph4g1st
@n3cr0ph4g1st 10 месяцев назад
Great channel bro keep it up. This looks very interesting
@1littlecoder
@1littlecoder 10 месяцев назад
Thanks bro!
@blender_wiki
@blender_wiki 10 месяцев назад
Very nice but at the moment too OpenAI centric, the avantages with langchain is that you can easily mix different models for specific tasks
@TheLibin27
@TheLibin27 10 месяцев назад
Thats true. But in the process, Langchain have abstracted way too much. We had to use QdrantDB in one of our projects and we use langchain too. We started to hit lot of limitations with data retrieval API and finally decided to ditch Langchain and call the API's directly. But honestly, Langchain helped us to get started. If Langchain was not there it would have been very difficult to started with lot of these new concepts.
@arjenvanputten9744
@arjenvanputten9744 10 месяцев назад
Is it? From what I saw in the examples you can also configure other model endpoints. In one of the examples I saw a local llama model being used. Didn't look in to it yet.
@JanMuller-qj5im
@JanMuller-qj5im 10 месяцев назад
​@@TheLibin27 I had the exact same problem with chromadb. In the end I had to use both, the original api as well as the langchain version of it to get a reasonable amount of functionality.
@surfbort
@surfbort 9 месяцев назад
thanks for your feedback@@TheLibin27
@Tyronne_
@Tyronne_ 10 месяцев назад
Great video man. Please keep them coming!
@leafdriving
@leafdriving 10 месяцев назад
Time is precious. When I have some, I will try this. (I bet you wear a lot of hats too) Thank you for pointing this out. At a minimum, I want to understand how this works :)
@KevinKreger
@KevinKreger 10 месяцев назад
It's an extension of the work they were doing in semantic kernel, which lacked support for other LLMs just like Autogen. They should have just added the workflow definitions to semantic kernel IMO.
@forcanadaru
@forcanadaru 10 месяцев назад
Those agents can play the roles of the different organs of brain and, working together, can compose AGI
@benshums
@benshums 10 месяцев назад
I am the hippocampus accessing memory...
@benshums
@benshums 10 месяцев назад
I am the prefrontal cortex... asking the hippocampus for memory... asking the amygdala for panic emotion
@d_b_
@d_b_ 10 месяцев назад
Would you recommend this in production, or are you better off building up your own agentagent workflow. I haven't seen much positive experience with LangChain in prod, and people are prototyping with it then extracting the prompts and optimizing from there
@1littlecoder
@1littlecoder 10 месяцев назад
I guess Microsoft's target audience would more of someone who moves it to PROD than Hobbyists, so I guess it's worth a shot!
@DeonBands
@DeonBands 10 месяцев назад
You will not believe it, this weekend I sat and thought to setup a chatroom, with exactly this type of thinking, using Laravel and api's. This solves so much if it works. There goes my chatroom idea, for something much better and seemingly simpler. Tanx a zillion.
@1littlecoder
@1littlecoder 10 месяцев назад
Woah, When you build that please let me know (if it's public) would love to see it!
@rickymacharm4426
@rickymacharm4426 10 месяцев назад
I think we need to see your face more as you inform us on AI news. This is great video. Thanks for tsking the time to shoot it.
@VinayLobo1986
@VinayLobo1986 10 месяцев назад
Can you cover Qwen 14b?! Especially if it can be fine tuned and how?!
@jawadmansoor6064
@jawadmansoor6064 10 месяцев назад
don't you need openai api key for this? can autogen be used with llama.cpp (guff models) if so please make a tutorial
@tijendersingh5363
@tijendersingh5363 10 месяцев назад
can you also make a video how to use it thanks
@TheReferrer72
@TheReferrer72 10 месяцев назад
Little Coder back to his best! Cool they have colabs.
@1littlecoder
@1littlecoder 10 месяцев назад
Did you not like any of the recent videos ?
@TheReferrer72
@TheReferrer72 10 месяцев назад
@@1littlecoder All your video's are good sir.
@1littlecoder
@1littlecoder 10 месяцев назад
@@TheReferrer72 Thank you, just asked to improve further 😊🙏🏽
@webdancer
@webdancer 10 месяцев назад
Been dreaming of this particular application of llms. This is a wonderful gift from Microsoft.
@sgramstrup
@sgramstrup 9 месяцев назад
MS doesn't give 'gifts'. IT tech are constantly trying to box developers into their 'open' frameworks. They are only semi-open oc, so IT tech controls the development environment for years and years. That selfish control is bad for the dev community, so don't ever use 'open' frameworks from corporations. It's like pissing your pants on a cold winter day, and we all lose..
@markupshaw
@markupshaw 10 месяцев назад
Thank you for your rundown on Autogen. I just hit subscribe to all. Keep up the good work.
@1littlecoder
@1littlecoder 10 месяцев назад
Thanks for the sub!
@faridullahkhan1
@faridullahkhan1 10 месяцев назад
is it possible to run autogen in windows 10 locally and not in jupyter notebook ? can the examples be in python files format for easy execution locally ?
@henkhbit5748
@henkhbit5748 10 месяцев назад
Seems promising. Its free right? Thanks for updating us with new tools in the LLM offering👍
@1littlecoder
@1littlecoder 10 месяцев назад
Yes it is. Although you'd need OpenAI key to engage the LLMs
@JimMendenhall
@JimMendenhall 10 месяцев назад
Thanks for sharing this find!
@1littlecoder
@1littlecoder 10 месяцев назад
My pleasure!
@abagatelle
@abagatelle 10 месяцев назад
I guess Microsoft could swallow up Langchain if they wanted to.
@sgramstrup
@sgramstrup 9 месяцев назад
..instead of actually joining Langchain and further real open source projects. That shows that MS doesn't do this for the OS community, or for developers, but for their own benefit and control of the dev environment. Stay away from MS and their scamming frameworks..
@riyayadav8468
@riyayadav8468 10 месяцев назад
Hey what you think about show where multiple AI talking to each other like Big Boss and they will talk about those thing which the show host will ask him just a idea
@IronMechanic7110
@IronMechanic7110 10 месяцев назад
Impressive
@gRosh08
@gRosh08 10 месяцев назад
Uncle Amos said he is going to make a sandwich and try again later.
@s.dotmedia
@s.dotmedia 10 месяцев назад
A friend asked me what their son should learn coming out of high school to start a development career path. This.
@aitarun
@aitarun 10 месяцев назад
nice
@KevinKreger
@KevinKreger 10 месяцев назад
If anything, it looks like Microsoft is willing to play the open source agent game, while OpenAI, for obvious regulatory reasons, stops just shy of giving us agents.
@MoiezIzmail
@MoiezIzmail 26 дней назад
bro you are all over the place(not a good thing). It seems like you didn't really know what AutoGen is, so you were just reading and trying to understand it while explaining. Your energy and flow is all over the place so calm down.
@1littlecoder
@1littlecoder 26 дней назад
Thanks for sharing the feedback
@shiccup
@shiccup 10 месяцев назад
lol this is insane
@generativeresearch
@generativeresearch 10 месяцев назад
Langchain doesn't come close to Autogen
Далее
ЮТУБ БЛОКИРУЮТ?
01:52
Просмотров 820 тыс.
Is Langchain BAD for AI App Devs?
7:57
Просмотров 6 тыс.
AI Agents DOES THE CEO JOB!!! (ChatDev Tutorial)
12:00
What is LangChain?
8:08
Просмотров 183 тыс.
Google Releases AI AGENT BUILDER! 🤖 Worth The Wait?
34:21
Cognitive Architectures for Language Agents
57:16
Просмотров 10 тыс.