We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently there is no way to use anthropic models with autogen 0.4 I need a way to use Claude models just like I was able to do so in 0.2.
Also there is no support for performing RAG as of now
Claude models are better at planning and deliberating in multiagent environments.
RAG support makes the the agent capable of handling a variety of tasks
The text was updated successfully, but these errors were encountered:
Thanks @raagul-qb. I am editing this Issue to remove the RAG part to help making this issue more specific.
@rohanthacker was that you or someone else posted on Reddit about working on an Anthropic client?
Sorry, something went wrong.
For RAG, please see rag tools like graphrag: https://microsoft.github.io/autogen/stable/reference/python/autogen_ext.tools.graphrag.html#autogen_ext.tools.graphrag.LocalSearchTool, checkout samples too. https://github.com/microsoft/autogen/tree/main/python/samples/agentchat_graphrag
For RAG agent, use this #4742 to track
Yes that was me. I've built out initial versions of the gemini and anthropic clients.
Thanks! I have been using the Azure AI client now. Thanks for your contribution.
Would love to review the PR for Gemini and Anthropic clients.
No branches or pull requests
What feature would you like to be added?
Currently there is no way to use anthropic models with autogen 0.4 I need a way to use Claude models just like I was able to do so in 0.2.
Also there is no support for performing RAG as of now
Why is this needed?
Claude models are better at planning and deliberating in multiagent environments.
RAG support makes the the agent capable of handling a variety of tasks
The text was updated successfully, but these errors were encountered: