Where do you get/import the correct type for
QueryType
?
from llama_index.schema import QueryType
I get the error
"QueryType" is unknown import symbol (reportGeneralTypeIssues)
Obs: I'm definitely not a Python developer, but Python is quite approachable