-
Notifications
You must be signed in to change notification settings - Fork 749
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
docs: Added discord bot with agentic RAG supports local model #1307
Conversation
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 @AveryYay ! please pay attentation to the pr naming, refer to https://github.com/camel-ai/camel/blob/master/CONTRIBUTING.md#board-item-create-workflow-%EF%B8%8F
![Screenshot 2024-12-16 at 13 28 24](https://private-user-images.githubusercontent.com/133094783/395970894-1473df7e-9851-4a35-8d60-3361cdcf36b6.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0NjAxMTEsIm5iZiI6MTczOTQ1OTgxMSwicGF0aCI6Ii8xMzMwOTQ3ODMvMzk1OTcwODk0LTE0NzNkZjdlLTk4NTEtNGEzNS04ZDYwLTMzNjFjZGNmMzZiNi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEzJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxM1QxNTE2NTFaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1kZThmMjQyOWFkMTM5Y2E4MDZlNGJjYmRjMWU2MTgxOGM4ZGFmNzFkOGFhNDBjYjUyOGU4NTJmYWQ4Mjg5ZWNkJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.FFRWmjSHCxKABPNXbcOgQ3G45ppwUkP1Z-4HEIL4TkI)
could you based on our new discord bot cookbook here https://docs.camel-ai.org/cookbooks/customer_service_Discord_bot_using_SambaNova_with_agentic_RAG.html to update your current cookbook? there's some changes like agent memory management and so on
Thanks for the feed back! @Wendong-Fan I have updated the cookbook, please check! |
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.
hey @AveryYay , I think we can directly switch the model setting from Qwen Cloud to Ollama, using Qwen 2.5 72B and Qwen 2.5 Coder 32B instead of llama based on the cookbook here: https://colab.research.google.com/drive/1j7U-QN4MLckJoaUoprODGtD-jjPIQkLc?usp=sharing, we can leverage external knowledge from this reference: https://venturebeat.com/ai/alibaba-releases-qwen-with-questions-an-open-reasoning-model-that-beats-o1-preview/
We can also use a self-deployed Firecrawl to ensure this cookbook runs 100% locally. Highlighting this feature prominently in both the documentation and the cookbook title will make it especially appealing to other developers
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 @AveryYay!
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Description
Added discord bot with agentic RAG which supports local model deployment.
Google colab link: https://colab.research.google.com/drive/1Knq9y5TQ6oeKumWdg9MlWT9gfSsTlqCZ#scrollTo=DCiF-4DQAZIS
Motivation and Context
Why is this change required? What problem does it solve?
If it fixes an open issue, please link to the issue here.
You can use the syntax
close #15213
if this solves the issue #15213Types of changes
What types of changes does your code introduce? Put an
x
in all the boxes that apply:Implemented Tasks
Checklist
Go over all the following points, and put an
x
in all the boxes that apply.If you are unsure about any of these, don't hesitate to ask. We are here to help!