Just a thought: it might be helpful to show the final result at the beginning. That way, people know what they'll achieve by the end and why it's worth watching right from the start. 😊 That said, fantastic work as always!
@TylerReedAI2 ай бұрын
Yeah, I do agree with this. I should try this out as it may help retention also. Thank you for mentioning this!
@f2f4ff6f8f02 ай бұрын
will this support azure ai search ?
@nufh2 ай бұрын
Autogen vs CrewAI, which one is good for newbie in Python? I want to try build chatbot that can remember or recall any info from the stored database.
@tomasbaron84652 ай бұрын
You can also try langchain agents and streamlit for beginners is pretty cool and easy. Build the chatbot fornt end easily with python in Streamlit.
@johanness23872 ай бұрын
In this case you could also build a GPT Assistant and upload files into the database. Idk about crewAI here, but Autogen can implement specific GPTAssistants for further workflows. So the chatbot could be built without any coding at all.