feat: add AG2 multi-agent RAG integration with Milvus#1585
feat: add AG2 multi-agent RAG integration with Milvus#1585faridun-ag2 wants to merge 1 commit intomilvus-io:masterfrom
Conversation
Add a Jupyter notebook demonstrating AG2 (formerly AutoGen) multi-agent conversations using Milvus as the vector store for RAG. - Milvus Lite for zero-setup vector search - AG2 GroupChat with Research + Analyst agents - Milvus search registered as AG2 tool via decorator pattern - OpenAI embeddings for text vectorization - Cleanup and Colab support Signed-off-by: Faridun Mirzoev <faridun@ag2.ai>
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: faridun-ag2 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Welcome @faridun-ag2! It looks like this is your first PR to milvus-io/bootcamp 🎉 |
|
Hi @jaelgu ! Could you please review this PR when you get a chance? It adds an integration notebook for AG2 (formerly AutoGen) — a multi-agent conversation framework. The notebook demonstrates AG2 agents collaborating to answer questions using Milvus as the vector store for RAG. It follows the same patterns as the existing LangGraph and LlamaIndex integration notebooks. Thanks! |
Summary
Add an integration notebook for AG2 (formerly AutoGen), a multi-agent conversation framework.
integration/ag2/ag2_multiagent_rag_with_milvus.ipynb— Complete notebookHow it works
search_documentstool to query MilvusKey features
text-embedding-3-smallfor text vectorizationTest plan