#Any suggestions on how to deploy a service using autogen?
4 messages · Page 1 of 1 (latest)
I think you can checkout the newly released webapp demo from autogen, it's a good place to start.
I did something similar when i was first testing out openai's api.
It didn't have a frontend. It was a single shot run script for getting, reading, analyzing, and then storing.
With AutoGen, I gathered and saved the articles as either csv or json and then used the retrieve_user_proxy_agent in the autogen-agentchat-contrib folder of the project to create and use a chroma db.
Well, that’s a good idea, but in my case I need to run the same script in a weekly basis, that is the reason why I think about an API service or maybe a edge function 🤔 but honestly I’m lost 😅