Find answers from the community

Updated 2 months ago

Hey is there any tool with llamaindex

Hey, is there any tool with llamaindex that would be optimized for a many-to-one Q&A?

For example:
What time is it, What is the time, When is it —> 6:00pm this Thursday

For example,
A
i
L
7 comments
Could this be done with the query engine? There's a tool that will generate more than one question before doing a check in your specified index. Optionally, you could instruct your LLM in the prompt to use a specific tool for "time related requests" (I think this would use langchain to allow the LLM to talk to whatever tool you specify).
That could work…but I think what I’m looking for is more along the lines of a hybrid between classic AI chatbots and generative AI
So you have a certain list of questions, then I’d use LlamaIndex to read the index to find the closest match to the question being asked, and map it to an answer
I wonder if I could utilize the metadata to have each node specify the ID of the answer
Yea to me, this sounds like the sub-question query engine. It reads an input query, breaks it down into not only sub questions, but also which index to send the question to, and then aggregates the result 🤔
Perfect! I’ll take a look
Microsoft has a version of this called Microsoft PVA, but it do be expensive. Like, in the tens of thousands. Which is silly
Add a reply
Sign up and join the conversation on Discord