bonadio / autogenwebdemo

Simple implementation of Autogen with FastApi backend and React frontend
MIT License
104 stars 33 forks source link

Use of WebSockets with RAG agent #8

Closed swaroop11 closed 3 months ago

swaroop11 commented 3 months ago

Hi @bonadio, thanks for providing this repo. I wanted some guidance on how can I apply this on RAG based chatbot. Bot will perform RAG on each input query and then provide response of the user.

I am using Autogen: https://github.com/microsoft/autogen/blob/main/notebook/agentchat_RetrieveChat.ipynb For creating 2 agents one as RAG User Proxy and other RAG Assistant.

I want to deploy pipeline into same manner as your repo. Any help from your end will be very great for me.

bonadio commented 3 months ago

Hi @swaroop11, I never tested the RAG agent. But I think it should work.