#Azure AI Search Index - RAG examples
3 messages · Page 1 of 1 (latest)
Did extending the agent also resulted in uploading documents correctly, or did you do that separately?
Also, have you seen https://github.com/microsoft/autogen/pull/2011 ?
3 messages · Page 1 of 1 (latest)
Is there any sample examples to use Azure AI Search indexes ( cognitive search)? I mean to use documents which are already indexed and stored in Azure AI search.
Any leads would be helpful.
Edits :
I was able to solve by extending the RetrievebUserProxyAgent class and overrride retrieve_docs function.
Did extending the agent also resulted in uploading documents correctly, or did you do that separately?
Also, have you seen https://github.com/microsoft/autogen/pull/2011 ?