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!
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.
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!
Yeah, I do agree with this. I should try this out as it may help retention also. Thank you for mentioning this!
will this support azure ai search ?
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.
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.
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.