Hi everyone, just wondering, is it possible to pipeline query execution on different indices?
The use case would be to first send a query and then use the results to send it as input to query another index, like a pipelining of queries and indices.
hi Logan, yes, it's possible indeed. I was just wondering if llama already offers natively support for that. One benefit might be a better integration with the callback manager for instance (i suppose, not sure)
hmm i see. I though on experimenting agents as well but that might be an overkill for our use case. I'll stick to your first suggestion then. Thanks for the help :)!