-
Notifications
You must be signed in to change notification settings - Fork 250
New issue
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
Added Multi-agent RAG system recipe 🧑🍳️ #238
Added Multi-agent RAG system recipe 🧑🍳️ #238
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
View / edit / reply to this conversation on ReviewNB aymeric-roucher commented on 2024-11-22T15:53:07Z Great recipe, thanks a lot @sergiopaniego for contributing this 🤗 |
View / edit / reply to this conversation on ReviewNB aymeric-roucher commented on 2024-11-22T15:53:08Z Great graph! 👏 |
View / edit / reply to this conversation on ReviewNB aymeric-roucher commented on 2024-11-22T15:53:09Z Could you use sergiopaniego commented on 2024-11-26T17:58:23Z I'm using the latest changes to incorporate recent updates that haven't yet been included in an official release. For example: huggingface/transformers#34683 && huggingface/transformers#34687 :) |
View / edit / reply to this conversation on ReviewNB aymeric-roucher commented on 2024-11-22T15:53:09Z Good LLM choice! |
View / edit / reply to this conversation on ReviewNB aymeric-roucher commented on 2024-11-22T15:53:10Z You can add a mention like " |
View / edit / reply to this conversation on ReviewNB aymeric-roucher commented on 2024-11-22T15:53:11Z Here rather than using
sergiopaniego commented on 2024-11-26T18:01:47Z Thanks for the suggestion! I tried using the Space you shared but it generates some errors because it uses an old Gradio version. I duplicated the Space, updated the Gradio version and it works. The error is generated in |
Great work @sergiopaniego, thanks a lot. Left a few suggestions! |
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
View / edit / reply to this conversation on ReviewNB stevhliu commented on 2024-11-26T16:21:46Z "There is a Manager Agent that orchestrates the system..." |
View / edit / reply to this conversation on ReviewNB stevhliu commented on 2024-11-26T16:21:47Z "...the orchestrator agent..." |
View / edit / reply to this conversation on ReviewNB stevhliu commented on 2024-11-26T16:21:47Z "...to tell the central agent that it can manage it." |
Very nice and comprehensive recipe showcasing the different tasks! |
I'm using the latest changes to incorporate recent updates that haven't yet been included in an official release. For example: huggingface/transformers#34683 && huggingface/transformers#34687 :) View entire conversation on ReviewNB |
Thanks for the suggestion! I tried using the Space you shared but it generates some errors because it uses an old Gradio version. I duplicated the Space, updated the Gradio version and it works. The error is generated in View entire conversation on ReviewNB |
Thanks for the feedback @aymeric-roucher @stevhliu! |
Do you mind getting the latest changes from |
Thanks for the reminder @stevhliu 😄 done! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks again @sergiopaniego! ❤️
What does this PR do?
Fixes #237
Who can review?
@merveenoyan and @stevhliu
cc @aymeric-roucher