Find answers from the community

Updated 5 months ago

or is it a query parameter

At a glance

The post asks whether a query is a parameter or something else. The comments suggest that the system uses an LLM (Large Language Model) to determine if the query is summary-based or QA-based, and then uses the appropriate index to handle the query. One community member mentions a specific query "Give me a list of GAR training courses" and wonders how the system handled it, with another member suggesting it was likely treated as a summary-based query. The community members discuss the possibility of checking the debug logs to see how the system made its decision.

or is it a query parameter?
L
c
7 comments
The graph itself decides based on the query, using an LLM call

If it thinks its a summary-based query, it uses the list index

QA based query? to the vector index
"Give me a list of GAR training courses"
was the query. I wonder how it took it
Seems like it though it was a summary-based query
If you turn on all the debug logs, I think you can see it make that decision πŸ‘€
Add a reply
Sign up and join the conversation on Discord