Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 486 Bytes

Assignment_3_2.md

File metadata and controls

9 lines (5 loc) · 486 Bytes

Assignment 3.2 - AutoRouting using LLMs

Assignment 3.2 - Preface

So far, the routing of the type of generation was done manually through user input. However, this should not be the case as includes complexities to the user interface. This can be eliminated by transferring the query classification task to an LLM.

Assignment 3.2 - Task

Build an AutoRoute ability for the router node to classify the query as [TODO | USER_QA] and forward the walker to the relevant node.