Skip to content

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