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

Example: Simple MoA Chatbot with langgraph, ollama and mesop #35

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sad-zero
Copy link

I hope this will help others understand the MoA architecture.

Goal

  • Implement MoA Architecture with langgraph
  • Demonstrate MoA Chat with local model(Ollama) and mesop

Details

MoA Graph Overview

flowchart LR
    question --> proposer1_1 & proposer1_2 & proposer1_3 --> aggregate_and_synthesize1 --> proposer2_1 & proposer2_2 & proposer2_3 --> aggregate_and_synthesize2 --> aggregator --> answer
Loading

Run demo

See Mesop_Langchain/README.md

@sad-zero sad-zero changed the title Example: Simple MoA Chatbot with langgraph, ollama and mesop (#1) Example: Simple MoA Chatbot with langgraph, ollama and mesop Jul 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant