Skip to content
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

Merged
merged 3 commits into from
Dec 28, 2024

Conversation

AveryYay
Copy link
Collaborator

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 #15213

  • I have raised an issue to propose this change (required for new features and bug fixes)

Types of changes

What types of changes does your code introduce? Put an x in all the boxes that apply:

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds core functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation (update in the documentation)
  • Example (update in the folder of example)

Implemented Tasks

  • Subtask 1
  • Subtask 2
  • Subtask 3

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!

  • I have read the CONTRIBUTION guide. (required)
  • My change requires a change to the documentation.
  • I have updated the tests accordingly. (required for a bug fix or a new feature)
  • I have updated the documentation accordingly.

@AveryYay AveryYay marked this pull request as ready for review December 11, 2024 14:34
@Wendong-Fan Wendong-Fan removed the request for review from Asher-hss December 13, 2024 12:32
@Wendong-Fan Wendong-Fan changed the title Added new cookbook docs: Added discord bot with agentic RAG Dec 16, 2024
@Wendong-Fan Wendong-Fan changed the title docs: Added discord bot with agentic RAG docs: Added discord bot with agentic RAG supports local model Dec 16, 2024
@Wendong-Fan Wendong-Fan added the documentation Improvements or additions to documentation label Dec 16, 2024
@Wendong-Fan Wendong-Fan added this to the Sprint 18 milestone Dec 16, 2024
Copy link
Member

@Wendong-Fan Wendong-Fan left a 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

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

@AveryYay
Copy link
Collaborator Author

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 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!

Copy link
Member

@Wendong-Fan Wendong-Fan left a 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

Copy link
Member

@Wendong-Fan Wendong-Fan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @AveryYay!

Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@Wendong-Fan Wendong-Fan merged commit a6db2f6 into master Dec 28, 2024
5 of 6 checks passed
@Wendong-Fan Wendong-Fan deleted the docs/DiscordBot_local_model_cookbook branch December 28, 2024 12:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

2 participants