3 Comments
User's avatar
Maruthi Konjeti's avatar

This is an amazing read. Thank you so much for such a great article. Just a small doubt, can we use this semantic routing to create multiple routes with multiple LLMs or Multiple agents at the end point.

Example:

Route A -> Prompt A + LLM A

Route B -> Prompt B + LLM B

Route C -> Prompt C + Agent A

Expand full comment
Başak Tuğçe Eskili's avatar

Thanks for your kind words. I thought the same, that’s why I created a diagram to show the possibilities.

If you look at the implementation, we first send the user query to the semantic layer, and then from semantic layer to the agent. We can retrieve the topic from semantic layer and direct it to different agents.

Expand full comment
Maruthi Konjeti's avatar

Okay understood, thank you😄

Expand full comment