hi all, would appreciate some direction on whether llama-index can help for my scenario: say i have two manuals : how to fix a bike and how to fix a car. both are very long docts. i ask a question about fixing a car. i need an agent to figure out which manual to consult with -> consult with the appropriate manual -> give me the right answer. can you pls recommend what i could employ for this scenario? thx much!
Yea, this is exactly what the router query engine does. We also have our own llama-index agents which should do a very similar thing (but with conversation history)
Logan, do I understand correctly the router engine redirects queries between list index and vector index, which are over the same data (docs in a paul graham folder)? My case is a bit different, I have two different files and will create two vector databases (since they are long).