feat: add AG2 multi-agent RAG example with Weaviate#70
Open
faridun-ag2 wants to merge 1 commit into
Open
Conversation
Jupyter notebook and e2e test demonstrating AG2 (formerly AutoGen) multi-agent conversations using Weaviate as the vector store for RAG. - Weaviate Embedded for zero-setup vector search - Automatic embeddings via text2vec-openai module - AG2 GroupChat with Research + Analyst agents - Weaviate search registered as AG2 tool via decorator pattern - Google Colab support
There was a problem hiding this comment.
Orca Security Scan Summary
| Status | Check | Issues by priority | |
|---|---|---|---|
| Infrastructure as Code | View in Orca | ||
| SAST | View in Orca | ||
| Secrets | View in Orca | ||
| Vulnerabilities | View in Orca |
Author
|
Hi @databyjp @victorialslocum — could one of you review this when you get a chance? Thanks! |
|
To avoid any confusion in the future about your contribution to Weaviate, we work with a Contributor License Agreement. If you agree, you can simply add a comment to this PR that you agree with the CLA so that we can merge. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add an example for AG2 (formerly AutoGen), a multi-agent conversation framework with 500K+ monthly PyPI downloads, 4,300+ GitHub stars, and 400+ contributors.
What's included
ag2-multiagent-rag/ag2_multiagent_rag_with_weaviate.ipynb— Complete notebookag2-multiagent-rag/test_e2e.py— End-to-end test scriptag2-multiagent-rag/README.md— Setup instructions and overviewHow it works
text2vec-openai)search_documentstool to query WeaviateKey features
text2vec-openaivectorizer, no manual embedding stepRelated