-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Hi, thanks for your work.
I'm building a template repository using Next.js with the AI SDK to explore StructRAG in a more real-world scenario.
I have one question:
How is the query supposed to be constructed?
In this repo, we build the query passed to the router, structurizer, and utilizer like this:
query = data['prompt_template'].format(instruction=data['instruction'], question=data['question'], docs="......")I understand this is based on Loong's benchmark setup, but in a real-world app, is it reasonable to just use query = question?
Note: I didn’t find anything about this in the paper. If I missed it, I’d appreciate it if you could point me to the relevant section.
Any insights would be appreciated.
Metadata
Metadata
Assignees
Labels
No labels